Skip to content

Commit 50183ca

Browse files
rcvalledavidtwco
andauthored
Update compiler/rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi/mod.rs
Co-authored-by: David Wood <[email protected]>
1 parent c5a9897 commit 50183ca

File tree

1 file changed

+5
-5
lines changed
  • compiler/rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi

1 file changed

+5
-5
lines changed

compiler/rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi/mod.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/// Type metadata identifiers (using Itanium C++ ABI mangling for encoding) for LLVM Control Flow
2-
/// Integrity (CFI) and cross-language LLVM CFI support.
3-
///
4-
/// For more information about LLVM CFI and cross-language LLVM CFI support for the Rust compiler,
5-
/// see design document in the tracking issue #89653.
1+
//! Type metadata identifiers (using Itanium C++ ABI mangling for encoding) for LLVM Control Flow
2+
//! Integrity (CFI) and cross-language LLVM CFI support.
3+
//!
4+
//! For more information about LLVM CFI and cross-language LLVM CFI support for the Rust compiler,
5+
//! see design document in the tracking issue #89653.
66
use rustc_data_structures::fx::FxHashMap;
77
use rustc_middle::bug;
88
use rustc_middle::ty::{self, Instance, Ty, TyCtxt, TypeFoldable};

0 commit comments

Comments
 (0)