Closed
Description
#[cfg(target_feature="abcd")]
was landed with a strong requirement to have a whitelist of LLVM features that are exposed this way, mostly due to compatibility concerns with LLVM.
#[target_feature="±abcd"]
, however does not check against the whitelist in question and allows everything through. Seems like a potential compat footgun?