diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2025-06-24 13:09:55 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2025-06-25 00:52:10 -0700 |
| commit | 4bdf1c574a3b02daaf5793d71d089e94d192f57f (patch) | |
| tree | 218e84736f032416ce09fd408b047f536d035819 /compiler/rustc_span/src | |
| parent | 35deb5bce456439c8a1af31f6e30dc94fbf4060a (diff) | |
| download | rust-4bdf1c574a3b02daaf5793d71d089e94d192f57f.tar.gz rust-4bdf1c574a3b02daaf5793d71d089e94d192f57f.zip | |
compiler: remove misleading 'c' from `abi_c_cmse_nonsecure_call` 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 c9262d24a17..11463ad354a 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -406,6 +406,7 @@ symbols! { abi_amdgpu_kernel, abi_avr_interrupt, abi_c_cmse_nonsecure_call, + abi_cmse_nonsecure_call, abi_custom, abi_efiapi, abi_gpu_kernel, |
