mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
bca5fdebe0
terminology: #[feature] *enables* a feature (instead of "declaring" or "activating" it)
Mostly, we currently call a feature that has a corresponding `#[feature(name)]` attribute in the current crate a "declared" feature. I think that is confusing as it does not align with what "declaring" usually means. Furthermore, we *also* refer to `#[stable]`/`#[unstable]` as *declaring* a feature (e.g. in [these diagnostics](
|
||
---|---|---|
.. | ||
check_consts | ||
const_eval | ||
interpret | ||
util | ||
errors.rs | ||
lib.rs |