Skip to content

Commit 8da4cfc

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

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

compiler/rustc_sanitizers/src/kcfi/typeid/mod.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/// Type metadata identifiers for LLVM Kernel Control Flow Integrity (KCFI) and cross-language LLVM
2-
/// KCFI support for the Rust 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+
//! Type metadata identifiers for LLVM Kernel Control Flow Integrity (KCFI) and cross-language LLVM
2+
//! KCFI support for the Rust 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
use rustc_middle::ty::{Instance, InstanceDef, ReifyReason, Ty, TyCtxt};
77
use rustc_target::abi::call::FnAbi;
88
use std::hash::Hasher;

0 commit comments

Comments
 (0)