diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-03-14 17:24:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-14 17:24:56 +0100 |
| commit | 0e423932f89baeaa59ea710caeda7a3834506fdd (patch) | |
| tree | 8351eb05793501559feea22dbed7091482ae2c17 /compiler/rustc_span/src | |
| parent | bce19cf7f19ee5729defaccc86b068cc3c206c9c (diff) | |
| parent | 5a5621791f3fc6e27c692747ddd37672f83c7360 (diff) | |
| download | rust-0e423932f89baeaa59ea710caeda7a3834506fdd.tar.gz rust-0e423932f89baeaa59ea710caeda7a3834506fdd.zip | |
Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=Amanieu
Stabilise `aarch64_target_feature` This PR stabilises `aarch64_target_feature` - see https://github.com/rust-lang/rust/issues/90620
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 967eb3cc22a..4dd1c3fed6b 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, |
