pub const RUSTC_SPECIFIC_FEATURES: &[&str];Expand description
Features that control behaviour of rustc, rather than the codegen. Not to be included in
cfg(target_feature), sess.internal_target_features, or the backend’s feature list.
These exist globally and are not in the target-specific lists below.