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 8da4cfc commit 8de2118Copy full SHA for 8de2118
compiler/rustc_sanitizers/src/kcfi/mod.rs
@@ -1,7 +1,7 @@
1
-/// LLVM Kernel Control Flow Integrity (KCFI) and cross-language LLVM KCFI support for the Rust
2
-/// compiler.
3
-///
4
-/// For more information about LLVM KCFI and cross-language LLVM KCFI support for the Rust compiler,
5
-/// see the tracking issue #123479.
+//! LLVM Kernel Control Flow Integrity (KCFI) and cross-language LLVM KCFI support for the Rust
+//! compiler.
+//!
+//! For more information about LLVM KCFI and cross-language LLVM KCFI support for the Rust compiler,
+//! see the tracking issue #123479.
6
pub mod typeid;
7
pub use crate::kcfi::typeid::{typeid_for_fnabi, typeid_for_instance, TypeIdOptions};
0 commit comments