You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll save myself the hassle of copying rustc -vV from the VM I tested this on, because the relevant code hasn't been touched since cfg_target_feature was introduced in 4f44258 (July 2015).
This is because the feature detection is really naive, neither asking LLVM for details nor even looking at rustc's own target definitions. @huonw mentioned this in #27731 (comment) but IMHO this deserves an issue of its own.