Stabilize #![feature(target_feature_11)]
This commit is contained in:
parent
0d32c8f2ce
commit
b379d216ee
28 changed files with 78 additions and 151 deletions
|
@ -312,6 +312,8 @@ declare_features! (
|
|||
(accepted, struct_variant, "1.0.0", None, None),
|
||||
/// Allows `#[target_feature(...)]`.
|
||||
(accepted, target_feature, "1.27.0", None, None),
|
||||
/// Allows the use of `#[target_feature]` on safe functions.
|
||||
(accepted, target_feature_11, "CURRENT_RUSTC_VERSION", Some(69098), None),
|
||||
/// Allows `fn main()` with return types which implements `Termination` (RFC 1937).
|
||||
(accepted, termination_trait, "1.26.0", Some(43301), None),
|
||||
/// Allows `#[test]` functions where the return type implements `Termination` (RFC 1937).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue