Use of unknown feature gates should be a deny-by-default lint #60456
Labels
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#52644 made it an error to specify a
#![feature(...)]
that the compiler doesn't know about. It could be a deny-by-default lint instead. @varkor in #52644 (comment):The text was updated successfully, but these errors were encountered: