We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--careful
Something like RUSTFLAGS="-Zsanitizer=address -Cdebug-assertions=on -Zextra-const-ub-checks -Zstrict-init-checks" cargo +nightly [...]
RUSTFLAGS="-Zsanitizer=address -Cdebug-assertions=on -Zextra-const-ub-checks -Zstrict-init-checks" cargo +nightly [...]
cargo-fuzz recently did this rust-fuzz/cargo-fuzz#339. There is a conflict between instrumenting coverage and -Z build-std (rust-lang/wg-cargo-std-aware#63)
-Z build-std
The text was updated successfully, but these errors were encountered:
I'm a little wary of option creep, but I suppose this is fine.
Want to submit a PR?
Sorry, something went wrong.
No branches or pull requests
Something like
RUSTFLAGS="-Zsanitizer=address -Cdebug-assertions=on -Zextra-const-ub-checks -Zstrict-init-checks" cargo +nightly [...]
cargo-fuzz recently did this rust-fuzz/cargo-fuzz#339. There is a conflict between instrumenting coverage and
-Z build-std
(rust-lang/wg-cargo-std-aware#63)The text was updated successfully, but these errors were encountered: