We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50183ca commit cc37b8eCopy full SHA for cc37b8e
compiler/rustc_sanitizers/src/cfi/mod.rs
@@ -1,6 +1,6 @@
1
-/// LLVM Control Flow Integrity (CFI) and cross-language LLVM CFI support for the Rust compiler.
2
-///
3
-/// For more information about LLVM CFI and cross-language LLVM CFI support for the Rust compiler,
4
-/// see design document in the tracking issue #89653.
+//! LLVM Control Flow Integrity (CFI) and cross-language LLVM CFI support for the Rust compiler.
+//!
+//! For more information about LLVM CFI and cross-language LLVM CFI support for the Rust compiler,
+//! see design document in the tracking issue #89653.
5
pub mod typeid;
6
pub use crate::cfi::typeid::{typeid_for_fnabi, typeid_for_instance, TypeIdOptions};
0 commit comments