about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2025-06-24 13:09:55 -0700
committerJubilee Young <workingjubilee@gmail.com>2025-06-25 00:52:10 -0700
commit4bdf1c574a3b02daaf5793d71d089e94d192f57f (patch)
tree218e84736f032416ce09fd408b047f536d035819 /compiler/rustc_span/src
parent35deb5bce456439c8a1af31f6e30dc94fbf4060a (diff)
downloadrust-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.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 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,