Skip to content

Commit

Permalink
Update compiler/rustc_sanitizers/src/cfi/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 50183ca commit cc37b8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compiler/rustc_sanitizers/src/cfi/mod.rs
@@ -1,6 +1,6 @@
/// LLVM Control Flow Integrity (CFI) and cross-language LLVM CFI support for the Rust compiler.
///
/// For more information about LLVM CFI and cross-language LLVM CFI support for the Rust compiler,
/// see design document in the tracking issue #89653.
//! LLVM Control Flow Integrity (CFI) and cross-language LLVM CFI support for the Rust compiler.
//!
//! For more information about LLVM CFI and cross-language LLVM CFI support for the Rust compiler,
//! see design document in the tracking issue #89653.
pub mod typeid;
pub use crate::cfi::typeid::{typeid_for_fnabi, typeid_for_instance, TypeIdOptions};

0 comments on commit cc37b8e

Please sign in to comment.