diff options
| author | Christopher Durham <cad97@cad97.com> | 2022-08-17 06:52:47 -0500 |
|---|---|---|
| committer | Christopher Durham <cad97@cad97.com> | 2022-08-17 06:53:18 -0500 |
| commit | 767239f7403a3808e534da02ca388632eac2bc18 (patch) | |
| tree | 47dba64283f8388caea571b05366c79e8623f6ae /compiler/rustc_errors/src/lib.rs | |
| parent | e9e46c95ce60469f596b8188c439dc278dff6bc4 (diff) | |
| download | rust-767239f7403a3808e534da02ca388632eac2bc18.tar.gz rust-767239f7403a3808e534da02ca388632eac2bc18.zip | |
Reenable early feature-gates as future-compat warnings
Diffstat (limited to 'compiler/rustc_errors/src/lib.rs')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index fe2afdf5a20..43b8288d8b6 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -458,6 +458,7 @@ struct HandlerInner { pub enum StashKey { ItemNoType, UnderscoreForArrayLengths, + EarlySyntaxWarning, } fn default_track_diagnostic(_: &Diagnostic) {} |
