Skip to content

Commit

Permalink
Update compiler/rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: David Wood <agile.lion3441@fuligin.ink>
  • Loading branch information
rcvalle and davidtwco committed Apr 8, 2024
1 parent c5a9897 commit 50183ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions compiler/rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi/mod.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/// Type metadata identifiers (using Itanium C++ ABI mangling for encoding) for LLVM Control Flow
/// Integrity (CFI) and cross-language LLVM CFI support.
///
/// For more information about LLVM CFI and cross-language LLVM CFI support for the Rust compiler,
/// see design document in the tracking issue #89653.
//! Type metadata identifiers (using Itanium C++ ABI mangling for encoding) for LLVM Control Flow
//! Integrity (CFI) and cross-language LLVM CFI support.
//!
//! For more information about LLVM CFI and cross-language LLVM CFI support for the Rust compiler,
//! see design document in the tracking issue #89653.
use rustc_data_structures::fx::FxHashMap;
use rustc_middle::bug;
use rustc_middle::ty::{self, Instance, Ty, TyCtxt, TypeFoldable};
Expand Down

0 comments on commit 50183ca

Please sign in to comment.