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
--print target-features probably ends up printing the LLVM names for the features, however rustc has a mapping as seen here which is used to resolve the target_feature cfgs.
One could argue that the name mismatch between -Ctarget-features and the target_features cfg is not great, but that would be an issue report against rustc either way.
Isn't this a typo?
rust_rdrand/src/lib.rs
Line 146 in 800e213
This was also referenced in #5 #6 #9.
The text was updated successfully, but these errors were encountered: