diff options
| author | flip1995 <hello@philkrones.com> | 2018-10-02 10:37:56 +0200 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-10-09 16:38:34 -0700 |
| commit | dc2343c1a8d89cda5012bac175cca9901dd09db9 (patch) | |
| tree | 956e643876efdc492d72e58c0e46d0d962275aa0 /src/libsyntax/feature_gate.rs | |
| parent | 96cafc53cfc6667a03c8e77d8e0a2fc96555ff6b (diff) | |
| download | rust-dc2343c1a8d89cda5012bac175cca9901dd09db9.tar.gz rust-dc2343c1a8d89cda5012bac175cca9901dd09db9.zip | |
Update feature-gate listing
Diffstat (limited to 'src/libsyntax/feature_gate.rs')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 24ee2464055..4ddbaee5aa4 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -433,9 +433,6 @@ declare_features! ( // #[doc(alias = "...")] (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) (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), // Allows the definition of `const fn` functions. (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 |
