Implement RFC 3525.
This commit is contained in:
parent
748c54848d
commit
7eb4cfeace
25 changed files with 512 additions and 28 deletions
|
@ -594,6 +594,8 @@ declare_features! (
|
|||
(unstable, strict_provenance, "1.61.0", Some(95228)),
|
||||
/// Allows string patterns to dereference values to match them.
|
||||
(unstable, string_deref_patterns, "1.67.0", Some(87121)),
|
||||
/// Allows structs to carry target_feature information.
|
||||
(incomplete, struct_target_features, "CURRENT_RUSTC_VERSION", Some(129107)),
|
||||
/// Allows the use of `#[target_feature]` on safe functions.
|
||||
(unstable, target_feature_11, "1.45.0", Some(69098)),
|
||||
/// Allows using `#[thread_local]` on `static` items.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue