diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2025-02-04 06:13:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-04 06:13:58 +0100 |
| commit | e4eedb548824c0c813df4bb879b0b16c38bc39b1 (patch) | |
| tree | 1ff8b70870b2f3882a947e04517c734b50d2e997 /compiler/rustc_span/src | |
| parent | f8f31faeb75b739f8aa1e425c3115f4e8906fd7a (diff) | |
| parent | dc49fdd2256bde48d90dde356355d6fc31e8f855 (diff) | |
Rollup merge of #134814 - sayantn:keylocker, r=oli-obk
Add `kl` and `widekl` target features, and the feature gate This is an effort towards #134813. This PR adds the target-features and the feature gate to `rustc` <!-- ```@rustbot``` label O-x86_64 O-x86_32 A-target-feature r? compiler -->
Diffstat (limited to 'compiler/rustc_span/src')
| -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 b23cc909911..382b12638f4 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1148,6 +1148,7 @@ symbols! { iterator, iterator_collect_fn, kcfi, + keylocker_x86, keyword, kind, kreg, |
