mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
2f1eaeea77
Selectively disable sanitizer instrumentation Add `no_sanitize` attribute that allows to opt out from sanitizer instrumentation in an annotated function.
Please read the rustc-guide chapter on Backend Agnostic Codegen.