about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorAdam Gemmell <adam.gemmell@arm.com>2022-02-10 16:43:45 +0000
committerAdam Gemmell <adam.gemmell@arm.com>2022-03-14 11:02:50 +0000
commit5a5621791f3fc6e27c692747ddd37672f83c7360 (patch)
tree5072765387e12d7cf8b38fd3617d88253e623904 /compiler/rustc_span
parent39961390ad7b99f5f63d47144c03a7ef7f406483 (diff)
Stabilise `aarch64_target_feature`
Diffstat (limited to 'compiler/rustc_span')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 6b5dcacd12b..c603f21de99 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -278,6 +278,7 @@ symbols! {
         _task_context,
         a32,
         aarch64_target_feature,
+        aarch64_ver_target_feature,
         abi,
         abi_amdgpu_kernel,
         abi_avr_interrupt,