-
with make that worked fine, I then tried
**Job:** make release_lnx
make release_lnx
cargo build --release --target=x86_64-unknown-linux-musl
Updating crates.io index
Downloading crates ...…
-
Run all the suitable tests with miri. Panicking ones and possibly really expensive ones should probably be skipped. Random numbers, such as necessary for Hash Maps are now possible with -Zmiri-seed=12…
CryZe updated
4 years ago
-
cargo build --release --target thumbv6m-none-eabi
Compiling cty v0.2.1
Compiling memchr v2.3.3
Compiling cstr_core v0.2.2
error[E0432]: unresolved import `alloc::sync`
--> C:\*****\.ca…
-
The current implementations of the `elemIndexEnd` function in modules `Data.ByteString` and `Data.ByteString.Lazy` are uniformly defined as `findIndexEnd . (==)` (the `Char8` version merely invokes th…
-
Hi!
I don't know the relevance of this issue regarding `BitVec`s in particular, but is there a way to efficiently find a sequence of (un)set bits with a precise length? Ex: 15 set bits (and return the…
-
[+] Building Server
Compiling proc-macro2 v1.0.28
Compiling syn v1.0.74
Compiling winapi v0.3.9
Compiling memchr v2.4.0
Compiling futures-core v0.3.16
Compiling proc-macro-hack v0.5.19
Compilin…
-
All of the following designs are in use for various standard library modules:
1. `core::$module` ⊆ `alloc::$module` ⊆ `std::$module`
2. `core::$module` ∩ `alloc::$module` = ∅, (`core::$module…
-
Building the `TARGET=aarch64-unknown-linux-musl` version of `atomic-server` using `cargo cross` fails.
`version 'GLIBC_2.28' not found`
```
+cross-build | error: failed to run custom bu…
-
Test case: libinjection_xss("
-
Hi there,
Just noticed that a table seems to be a little bit tricked.
I do not certain if this is a windows issue.
You can reproduce it by.
```bash
git clone https://github.com/zhiburt/expe…