diff options
| author | flip1995 <9744647+flip1995@users.noreply.github.com> | 2018-07-03 13:50:48 +0200 |
|---|---|---|
| committer | flip1995 <9744647+flip1995@users.noreply.github.com> | 2018-07-04 12:16:46 +0200 |
| commit | dddb8d2eba04610eca944a659c1906f78d210ab4 (patch) | |
| tree | 5703a9130baef311c4e5bf1e245adb55d809037c /src/libsyntax/feature_gate.rs | |
| parent | ed29e86c39cde1a77a8b3a4046d12f9b57fb72fb (diff) | |
| download | rust-dddb8d2eba04610eca944a659c1906f78d210ab4.tar.gz rust-dddb8d2eba04610eca944a659c1906f78d210ab4.zip | |
Implementation of tool lints
Diffstat (limited to 'src/libsyntax/feature_gate.rs')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 2ae0e669fd0..d0837063514 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -458,6 +458,8 @@ declare_features! ( // Scoped attributes (active, tool_attributes, "1.25.0", Some(44690), None), + // Scoped lints + (active, tool_lints, "1.28.0", Some(44690), None), // allow irrefutable patterns in if-let and while-let statements (RFC 2086) (active, irrefutable_let_patterns, "1.27.0", Some(44495), None), |
