Skip to content

Commit b488508

Browse files
committed
note issue for feature(packed_bundled_libs)
1 parent 999ac5f commit b488508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_feature/src/active.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ declare_features! (
164164
(active, multiple_supertrait_upcastable, "CURRENT_RUSTC_VERSION", None, None),
165165
/// Allows using `#[omit_gdb_pretty_printer_section]`.
166166
(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),
169167
/// Allows using `#[prelude_import]` on glob `use` items.
170168
(active, prelude_import, "1.2.0", None, None),
171169
/// Used to identify crates that contain the profiler runtime.
@@ -217,6 +215,8 @@ declare_features! (
217215
(active, linkage, "1.0.0", Some(29603), None),
218216
/// Allows declaring with `#![needs_panic_runtime]` that a panic runtime is needed.
219217
(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),
220220
/// Allows using the `#![panic_runtime]` attribute.
221221
(active, panic_runtime, "1.10.0", Some(32837), None),
222222
/// Allows using `#[rustc_allow_const_fn_unstable]`.

0 commit comments

Comments
 (0)