Skip to content

Commit bb54157

Browse files
committed
Add #![feature(cfg_sanitizer_cfi)] attribute
Adds `#![feature(cfg_sanitizer_cfi)]` to the crate attributes.
1 parent d5fffcf commit bb54157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
//! with the Clang `-fsanitize-cfi-icall-experimental-normalize-integers` option
1515
//! for cross-language LLVM CFI support.
1616
17+
#![feature(cfg_sanitizer_cfi)]
1718
#![feature(cfi_encoding)]
1819
#![allow(non_camel_case_types)]
1920

0 commit comments

Comments
 (0)