Skip to content

Commit c5a9897

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

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/transform.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/// Transforms instances and types for LLVM CFI and cross-language LLVM CFI support using Itanium
2-
/// C++ ABI mangling.
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+
//! Transforms instances and types for LLVM CFI and cross-language LLVM CFI support using Itanium
2+
//! C++ ABI mangling.
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_hir as hir;
77
use rustc_hir::LangItem;
88
use rustc_middle::bug;

0 commit comments

Comments
 (0)