compiler: Trim the misleading C of C-cmse from errors

This commit is contained in:
Jubilee Young
2025-06-06 23:05:47 -07:00
parent 4bdf1c574a
commit 383d76106b
7 changed files with 17 additions and 17 deletions

View File

@@ -431,7 +431,7 @@ declare_features! (
(unstable, closure_lifetime_binder, "1.64.0", Some(97362)),
/// Allows `#[track_caller]` on closures and coroutines.
(unstable, closure_track_caller, "1.57.0", Some(87417)),
/// Allows `extern "C-cmse-nonsecure-entry" fn()`.
/// Allows `extern "cmse-nonsecure-entry" fn()`.
(unstable, cmse_nonsecure_entry, "1.48.0", Some(75835)),
/// Allows `async {}` expressions in const contexts.
(unstable, const_async_blocks, "1.53.0", Some(85368)),