@@ -164,8 +164,6 @@ declare_features! (
164
164
( active, multiple_supertrait_upcastable, "CURRENT_RUSTC_VERSION" , None , None ) ,
165
165
/// Allows using `#[omit_gdb_pretty_printer_section]`.
166
166
( active, omit_gdb_pretty_printer_section, "1.5.0" , None , None ) ,
167
- /// Allows using `+bundled,+whole-archive` native libs.
168
- ( active, packed_bundled_libs, "1.67.0" , None , None ) ,
169
167
/// Allows using `#[prelude_import]` on glob `use` items.
170
168
( active, prelude_import, "1.2.0" , None , None ) ,
171
169
/// Used to identify crates that contain the profiler runtime.
@@ -217,6 +215,8 @@ declare_features! (
217
215
( active, linkage, "1.0.0" , Some ( 29603 ) , None ) ,
218
216
/// Allows declaring with `#![needs_panic_runtime]` that a panic runtime is needed.
219
217
( active, needs_panic_runtime, "1.10.0" , Some ( 32837 ) , None ) ,
218
+ /// Allows using `+bundled,+whole-archive` native libs.
219
+ ( active, packed_bundled_libs, "CURRENT_RUSTC_VERSION" , Some ( 108081 ) , None ) ,
220
220
/// Allows using the `#![panic_runtime]` attribute.
221
221
( active, panic_runtime, "1.10.0" , Some ( 32837 ) , None ) ,
222
222
/// Allows using `#[rustc_allow_const_fn_unstable]`.
0 commit comments