rust/compiler/rustc_sanitizers
Matthew Maurer 2abdc4e98c CFI: Support provided methods on traits
Provided methods currently don't get type erasure performed on them
because they are not in an `impl` block. If we are instantiating a
method that is an associated item, but *not* in an impl block, treat it
as a provided method instead.
2024-07-17 21:45:43 +00:00
..

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