mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 22:53:28 +00:00
Update feature-gate listing
This commit is contained in:
parent
96cafc53cf
commit
dc2343c1a8
@ -433,9 +433,6 @@ declare_features! (
|
|||||||
// #[doc(alias = "...")]
|
// #[doc(alias = "...")]
|
||||||
(active, doc_alias, "1.27.0", Some(50146), None),
|
(active, doc_alias, "1.27.0", Some(50146), None),
|
||||||
|
|
||||||
// Scoped lints
|
|
||||||
(active, tool_lints, "1.28.0", Some(44690), None),
|
|
||||||
|
|
||||||
// Allows irrefutable patterns in if-let and while-let statements (RFC 2086)
|
// Allows irrefutable patterns in if-let and while-let statements (RFC 2086)
|
||||||
(active, irrefutable_let_patterns, "1.27.0", Some(44495), None),
|
(active, irrefutable_let_patterns, "1.27.0", Some(44495), None),
|
||||||
|
|
||||||
@ -679,6 +676,8 @@ declare_features! (
|
|||||||
(accepted, pattern_parentheses, "1.31.0", Some(51087), None),
|
(accepted, pattern_parentheses, "1.31.0", Some(51087), None),
|
||||||
// Allows the definition of `const fn` functions.
|
// Allows the definition of `const fn` functions.
|
||||||
(accepted, min_const_fn, "1.31.0", Some(53555), None),
|
(accepted, min_const_fn, "1.31.0", Some(53555), None),
|
||||||
|
// Scoped lints
|
||||||
|
(accepted, tool_lints, "1.31.0", Some(44690), None),
|
||||||
);
|
);
|
||||||
|
|
||||||
// If you change this, please modify src/doc/unstable-book as well. You must
|
// If you change this, please modify src/doc/unstable-book as well. You must
|
||||||
|
Loading…
Reference in New Issue
Block a user