Stabilize the bundle
native library modifier
This commit is contained in:
parent
d7b8d77be5
commit
a8ee1f3a4f
35 changed files with 91 additions and 196 deletions
|
@ -451,8 +451,6 @@ declare_features! (
|
|||
(active, naked_functions, "1.9.0", Some(32408), None),
|
||||
/// Allows specifying the as-needed link modifier
|
||||
(active, native_link_modifiers_as_needed, "1.53.0", Some(81490), None),
|
||||
/// Allows specifying the bundle link modifier
|
||||
(active, native_link_modifiers_bundle, "1.53.0", Some(81490), None),
|
||||
/// Allows specifying the verbatim link modifier
|
||||
(active, native_link_modifiers_verbatim, "1.53.0", Some(81490), None),
|
||||
/// Allow negative trait implementations.
|
||||
|
@ -502,8 +500,6 @@ declare_features! (
|
|||
(active, simd_ffi, "1.0.0", Some(27731), None),
|
||||
/// Allows specialization of implementations (RFC 1210).
|
||||
(incomplete, specialization, "1.7.0", Some(31844), None),
|
||||
/// Allows `#[link(kind="static-nobundle"...)]`.
|
||||
(active, static_nobundle, "1.16.0", Some(37403), None),
|
||||
/// Allows attributes on expressions and non-item statements.
|
||||
(active, stmt_expr_attributes, "1.6.0", Some(15701), None),
|
||||
/// Allows lints part of the strict provenance effort.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue