Open
Description
When encountering #[target_feature = "+sse2"]
, suggest #[target_feature(enable = "+sse2")]
instead of the current #[target_feature(enable = "name")]
.
(Follow up to #61140)
Metadata
Metadata
Assignees
Labels
Area: Messages for errors, warnings, and lintsArea: Suggestions generated by the compiler applied by `cargo fix`Area: Enabling/disabling target features like AVX, Neon, etc.Category: An issue proposing an enhancement or a PR with one.Diagnostics: An error or lint that needs small tweaks.Low priorityRelevant to the compiler team, which will review and decide on the PR/issue.