about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/lib.rs
diff options
context:
space:
mode:
authorChristopher Durham <cad97@cad97.com>2022-08-17 06:52:47 -0500
committerChristopher Durham <cad97@cad97.com>2022-08-17 06:53:18 -0500
commit767239f7403a3808e534da02ca388632eac2bc18 (patch)
tree47dba64283f8388caea571b05366c79e8623f6ae /compiler/rustc_errors/src/lib.rs
parente9e46c95ce60469f596b8188c439dc278dff6bc4 (diff)
downloadrust-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.rs1
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) {}