diff options
| author | Urgau <urgau@numericable.fr> | 2023-12-23 00:37:35 +0100 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2023-12-23 00:52:42 +0100 |
| commit | cc6cbaad4b0b62796ccc27e50cd80a4a85b70add (patch) | |
| tree | a1a517dd174390cc862ee2969777cb4e409376b6 /compiler/rustc_span | |
| parent | 5151b8c42712c473e7da56e213926b929d0212ef (diff) | |
| download | rust-cc6cbaad4b0b62796ccc27e50cd80a4a85b70add.tar.gz rust-cc6cbaad4b0b62796ccc27e50cd80a4a85b70add.zip | |
Add missing CFI sanitizer cfgs feature gate
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 0333b5f04c3..8382298b16c 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -496,6 +496,7 @@ symbols! { cfg_panic, cfg_relocation_model, cfg_sanitize, + cfg_sanitizer_cfi, cfg_target_abi, cfg_target_compact, cfg_target_feature, |
