@@ -245,6 +245,8 @@ declare_features! (
245
245
( active, packed_bundled_libs, "1.69.0" , Some ( 108081 ) , None ) ,
246
246
/// Allows using the `#![panic_runtime]` attribute.
247
247
( internal, panic_runtime, "1.10.0" , Some ( 32837 ) , None ) ,
248
+ /// Allows `extern "platform-intrinsic" { ... }`.
249
+ ( internal, platform_intrinsics, "1.4.0" , Some ( 27731 ) , None ) ,
248
250
/// Allows using `#[rustc_allow_const_fn_unstable]`.
249
251
/// This is an attribute on `const fn` for the same
250
252
/// purpose as `#[allow_internal_unstable]`.
@@ -526,8 +528,6 @@ declare_features! (
526
528
( active, object_safe_for_dispatch, "1.40.0" , Some ( 43561 ) , None ) ,
527
529
/// Allows using `#[optimize(X)]`.
528
530
( active, optimize_attribute, "1.34.0" , Some ( 54882 ) , None ) ,
529
- /// Allows `extern "platform-intrinsic" { ... }`.
530
- ( active, platform_intrinsics, "1.4.0" , Some ( 27731 ) , None ) ,
531
531
/// Allows using `#![plugin(myplugin)]`.
532
532
( active, plugin, "1.0.0" , Some ( 29597 ) , None ) ,
533
533
/// Allows exhaustive integer pattern matching on `usize` and `isize`.
0 commit comments