@@ -353,7 +353,7 @@ declare_features! (
353
353
354
354
/// Allows `extern "avr-interrupt" fn()` and `extern "avr-non-blocking-interrupt" fn()`.
355
355
( unstable, abi_avr_interrupt, "1.45.0" , Some ( 69664 ) ) ,
356
- /// Allows `extern "C- cmse-nonsecure-call" fn()`.
356
+ /// Allows `extern "cmse-nonsecure-call" fn()`.
357
357
( unstable, abi_c_cmse_nonsecure_call, "1.51.0" , Some ( 81391 ) ) ,
358
358
/// Allows `extern "custom" fn()`.
359
359
( unstable, abi_custom, "CURRENT_RUSTC_VERSION" , Some ( 140829 ) ) ,
@@ -431,7 +431,7 @@ declare_features! (
431
431
( unstable, closure_lifetime_binder, "1.64.0" , Some ( 97362 ) ) ,
432
432
/// Allows `#[track_caller]` on closures and coroutines.
433
433
( unstable, closure_track_caller, "1.57.0" , Some ( 87417 ) ) ,
434
- /// Allows `extern "C- cmse-nonsecure-entry" fn()`.
434
+ /// Allows `extern "cmse-nonsecure-entry" fn()`.
435
435
( unstable, cmse_nonsecure_entry, "1.48.0" , Some ( 75835 ) ) ,
436
436
/// Allows `async {}` expressions in const contexts.
437
437
( unstable, const_async_blocks, "1.53.0" , Some ( 85368 ) ) ,
0 commit comments