Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Nilstrieb
Add missing feature gate for sanitizer CFI cfgs Found during the review of https://github.com/rust-lang/rust/pull/118494 in https://github.com/rust-lang/rust/pull/118494#discussion_r1416079288. cc `@rcvalle`
This commit is contained in:
commit
50e380c8f3
9 changed files with 41 additions and 1 deletions
|
@ -498,6 +498,7 @@ symbols! {
|
|||
cfg_panic,
|
||||
cfg_relocation_model,
|
||||
cfg_sanitize,
|
||||
cfg_sanitizer_cfi,
|
||||
cfg_target_abi,
|
||||
cfg_target_compact,
|
||||
cfg_target_feature,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue