Constant rustc_feature::INCOMPATIBLE_FEATURES
source · pub const INCOMPATIBLE_FEATURES: &[(Symbol, Symbol)];
Expand description
Some features are not allowed to be used together at the same time, if the two are present, produce an error.
Currently empty, but we will probably need this again in the future, so let’s keep it in for now.