about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/removed.rs
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_feature/src/removed.rs
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_feature/src/removed.rs')
-rw-r--r--compiler/rustc_feature/src/removed.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_feature/src/removed.rs b/compiler/rustc_feature/src/removed.rs
index c54b831e244..ddb99585bc2 100644
--- a/compiler/rustc_feature/src/removed.rs
+++ b/compiler/rustc_feature/src/removed.rs
@@ -54,6 +54,7 @@ declare_features! (
 
     /// Allows using the `amdgpu-kernel` ABI.
     (removed, abi_amdgpu_kernel, "1.77.0", Some(51575), None, 120495),
+    (removed, abi_c_cmse_nonsecure_call, "CURRENT_RUSTC_VERSION", Some(81391), Some("renamed to abi_cmse_nonsecure_call"), 142146),
     (removed, advanced_slice_patterns, "1.42.0", Some(62254),
      Some("merged into `#![feature(slice_patterns)]`"), 67712),
     (removed, allocator, "1.0.0", None, None),