File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
compiler/rustc_sanitizers/src/cfi/typeid Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- /// Type metadata identifiers for LLVM Control Flow Integrity (CFI) and cross-language LLVM CFI
2
- /// support for the Rust compiler.
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 for LLVM Control Flow Integrity (CFI) and cross-language LLVM CFI
2
+ //! support for the Rust compiler.
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.
6
6
use bitflags:: bitflags;
7
7
use rustc_middle:: ty:: { Instance , Ty , TyCtxt } ;
8
8
use rustc_target:: abi:: call:: FnAbi ;
You can’t perform that action at this time.
0 commit comments