rust/compiler/rustc_sanitizers
Jana Dönszelmann 7e0f5b5016
Introduce new-style attribute parsers for several attributes
note: compiler compiles but librustdoc and clippy don't
2025-02-24 14:31:17 +01:00
..
src Change span field accesses to method calls 2025-02-24 14:22:31 +01:00
Cargo.toml Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
README.md sanitizers: Create the rustc_sanitizers crate 2024-04-08 12:05:41 -07:00

The rustc_sanitizers crate contains the source code for providing support for the sanitizers to the Rust compiler.