Duplicate library and language feature gates silently fail #58715
Labels
A-stability
Area: `#[stable]`, `#[unstable]` etc.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Summary
If a language feature and a library feature are given the same name
![feature(<name>)]
will only evaluate the language feature.Expected Result
There should either be some sort of error that is thrown if both a language feature and a library feature have the same name, or both should be evaluated.
The text was updated successfully, but these errors were encountered: