@@ -353,7 +353,7 @@ declare_features! (
353353
354354 /// Allows `extern "avr-interrupt" fn()` and `extern "avr-non-blocking-interrupt" fn()`.
355355 ( unstable, abi_avr_interrupt, "1.45.0" , Some ( 69664 ) ) ,
356- /// Allows `extern "C- cmse-nonsecure-call" fn()`.
356+ /// Allows `extern "cmse-nonsecure-call" fn()`.
357357 ( unstable, abi_c_cmse_nonsecure_call, "1.51.0" , Some ( 81391 ) ) ,
358358 /// Allows `extern "custom" fn()`.
359359 ( unstable, abi_custom, "CURRENT_RUSTC_VERSION" , Some ( 140829 ) ) ,
@@ -431,7 +431,7 @@ declare_features! (
431431 ( unstable, closure_lifetime_binder, "1.64.0" , Some ( 97362 ) ) ,
432432 /// Allows `#[track_caller]` on closures and coroutines.
433433 ( unstable, closure_track_caller, "1.57.0" , Some ( 87417 ) ) ,
434- /// Allows `extern "C- cmse-nonsecure-entry" fn()`.
434+ /// Allows `extern "cmse-nonsecure-entry" fn()`.
435435 ( unstable, cmse_nonsecure_entry, "1.48.0" , Some ( 75835 ) ) ,
436436 /// Allows `async {}` expressions in const contexts.
437437 ( unstable, const_async_blocks, "1.53.0" , Some ( 85368 ) ) ,
0 commit comments