Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
compiler
/
rustc_sanitizers
/
src
/
lib.rs
blob: 7d7c1c8284db67d1cdcf4dd03f7e7b2829da9720 [
file
] [
log
] [
blame
]
//! 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
// tidy-alphabetical-end
pub
mod
cfi
;
pub
mod
kcfi
;