diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-05-07 00:29:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-07 00:29:21 +0000 |
| commit | 4a8dbe05378ec61a3ff0d311f53a2136e4380030 (patch) | |
| tree | c3d97b8431cb71310e9b4a89341d02505a3dd070 /compiler/rustc_span/src | |
| parent | 60a4b939a31830fc91b5866e7ccdd5d0a5e1e1b8 (diff) | |
| parent | c32dc2dbda99903039a5e815451f7b376f65d35d (diff) | |
| download | rust-4a8dbe05378ec61a3ff0d311f53a2136e4380030.tar.gz rust-4a8dbe05378ec61a3ff0d311f53a2136e4380030.zip | |
Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r=workingjubilee
Added support for `apxf` target feature
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 ea142e3d482..40cec408308 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -459,6 +459,7 @@ symbols! { anonymous_lifetime_in_impl_trait, any, append_const_msg, + apx_target_feature, arbitrary_enum_discriminant, arbitrary_self_types, arbitrary_self_types_pointers, |
