rust/compiler/rustc_sanitizers
Deadbeef 2736d66a1f rename TraitRef::from_method to from_assoc
also add a note to `GenericArgs::truncate_to`
2025-08-09 14:22:01 +08:00
..
src rename TraitRef::from_method to from_assoc 2025-08-09 14:22:01 +08:00
Cargo.toml Tidy up Cargo.toml files. 2025-07-31 19:58:04 +10: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.