1//! Sanitizers support for the Rust compiler. 2//! 3//! This crate contains the source code for providing support for the sanitizers to the Rust 4//! compiler. 5 6// tidy-alphabetical-start 7// tidy-alphabetical-end 8 9pub mod cfi; 10pub mod kcfi;