parse error in #[feature(...)]
discards all mentioned features.
#80227
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-parser
Area: The parsing of Rust source code to an AST
C-bug
Category: This is a bug.
and
Both emit both a parse error and
Ideally we should still accept the features parsed before that error, so it would be nice to only emit the parse error here.
Split out from #80077, thanks @leonardo-m for opening that issue.
The text was updated successfully, but these errors were encountered: