@@ -351,7 +351,7 @@ declare_features! (
351
351
352
352
/// Allows `extern "avr-interrupt" fn()` and `extern "avr-non-blocking-interrupt" fn()`.
353
353
( unstable, abi_avr_interrupt, "1.45.0" , Some ( 69664 ) ) ,
354
- /// Allows `extern "C- cmse-nonsecure-call" fn()`.
354
+ /// Allows `extern "cmse-nonsecure-call" fn()`.
355
355
( unstable, abi_c_cmse_nonsecure_call, "1.51.0" , Some ( 81391 ) ) ,
356
356
/// Allows `extern "gpu-kernel" fn()`.
357
357
( unstable, abi_gpu_kernel, "1.86.0" , Some ( 135467 ) ) ,
@@ -427,7 +427,7 @@ declare_features! (
427
427
( unstable, closure_lifetime_binder, "1.64.0" , Some ( 97362 ) ) ,
428
428
/// Allows `#[track_caller]` on closures and coroutines.
429
429
( unstable, closure_track_caller, "1.57.0" , Some ( 87417 ) ) ,
430
- /// Allows `extern "C- cmse-nonsecure-entry" fn()`.
430
+ /// Allows `extern "cmse-nonsecure-entry" fn()`.
431
431
( unstable, cmse_nonsecure_entry, "1.48.0" , Some ( 75835 ) ) ,
432
432
/// Allows `async {}` expressions in const contexts.
433
433
( unstable, const_async_blocks, "1.53.0" , Some ( 85368 ) ) ,
0 commit comments