mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00

Create the rustc_sanitizers crate and move the source code for the CFI and KCFI sanitizers to it. Co-authored-by: David Wood <agile.lion3441@fuligin.ink>
3 lines
157 B
Markdown
3 lines
157 B
Markdown
The `rustc_sanitizers` crate contains the source code for providing support for
|
|
the [sanitizers](https://github.com/google/sanitizers) to the Rust compiler.
|