Skip to content

Commit 8de2118

Browse files
rcvalledavidtwco
andauthored
Update compiler/rustc_sanitizers/src/kcfi/mod.rs
Co-authored-by: David Wood <[email protected]>
1 parent 8da4cfc commit 8de2118

File tree

1 file changed

+5
-5
lines changed
  • compiler/rustc_sanitizers/src/kcfi

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
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.
66
pub mod typeid;
77
pub use crate::kcfi::typeid::{typeid_for_fnabi, typeid_for_instance, TypeIdOptions};

0 commit comments

Comments
 (0)