We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de8acb commit c75c33eCopy full SHA for c75c33e
compiler/rustc_sanitizers/src/lib.rs
@@ -1,7 +1,7 @@
1
#![feature(let_chains)]
2
-/// Sanitizers support for the Rust compiler.
3
-///
4
-/// This crate contains the source code for providing support for the sanitizers to the Rust
5
-/// compiler.
+//! Sanitizers support for the Rust compiler.
+//!
+//! This crate contains the source code for providing support for the sanitizers to the Rust
+//! compiler.
6
pub mod cfi;
7
pub mod kcfi;
0 commit comments