We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe79b1 commit c5a9897Copy full SHA for c5a9897
compiler/rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi/transform.rs
@@ -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.
+//! Transforms instances and types for LLVM CFI and cross-language LLVM CFI support using Itanium
+//! C++ ABI mangling.
+//!
+//! For more information about LLVM CFI and cross-language LLVM CFI support for the Rust compiler,
+//! see design document in the tracking issue #89653.
6
use rustc_hir as hir;
7
use rustc_hir::LangItem;
8
use rustc_middle::bug;
0 commit comments