1
Fork 0

Reenable early feature-gates as future-compat warnings

This commit is contained in:
Christopher Durham 2022-08-17 06:52:47 -05:00
parent e9e46c95ce
commit 767239f740
11 changed files with 224 additions and 34 deletions

View file

@ -458,6 +458,7 @@ struct HandlerInner {
pub enum StashKey {
ItemNoType,
UnderscoreForArrayLengths,
EarlySyntaxWarning,
}
fn default_track_diagnostic(_: &Diagnostic) {}