Skip to content

Commit

Permalink
Add #![feature(cfg_sanitizer_cfi)] attribute
Browse files Browse the repository at this point in the history
Adds `#![feature(cfg_sanitizer_cfi)]` to the crate attributes.
  • Loading branch information
rcvalle committed Feb 28, 2024
1 parent d5fffcf commit bb54157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
//! with the Clang `-fsanitize-cfi-icall-experimental-normalize-integers` option
//! for cross-language LLVM CFI support.

#![feature(cfg_sanitizer_cfi)]
#![feature(cfi_encoding)]
#![allow(non_camel_case_types)]

Expand Down

0 comments on commit bb54157

Please sign in to comment.