blob: 55be931bcd6d4a2cc110f0e53089f2908dd26a92 [file] [log] [blame] [edit]
//! Sanitizers support for the Rust compiler.
//!
//! This crate contains the source code for providing support for the sanitizers to the Rust
//! compiler.
// tidy-alphabetical-start
#![feature(let_chains)]
#![warn(unreachable_pub)]
// tidy-alphabetical-end
pub mod cfi;
pub mod kcfi;