mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
b809c4264b
sanitizers: Create the rustc_sanitizers crate Create the `rustc_sanitizers` crate and move the source code for the CFI and KCFI sanitizers to it. The tracking issue for reviewing and moving sanitizers into a compiler crate is #123619. This is part of our work to organize and stabilize support for the sanitizers. (See our roadmap at https://hackmd.io/`@rcvalle/S1Ou9K6H6.)`