-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Using feature(repr_simd) should trigger the internal_features lint #154034
Copy link
Copy link
Closed
Labels
A-SIMDArea: SIMD (Single Instruction Multiple Data)Area: SIMD (Single Instruction Multiple Data)A-reprArea: the `#[repr(stuff)]` attributeArea: the `#[repr(stuff)]` attributeE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.requires-nightlyThis issue requires a nightly compiler in some way. When possible, use a F-* label instead.This issue requires a nightly compiler in some way. When possible, use a F-* label instead.
Metadata
Metadata
Assignees
Labels
A-SIMDArea: SIMD (Single Instruction Multiple Data)Area: SIMD (Single Instruction Multiple Data)A-reprArea: the `#[repr(stuff)]` attributeArea: the `#[repr(stuff)]` attributeE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.requires-nightlyThis issue requires a nightly compiler in some way. When possible, use a F-* label instead.This issue requires a nightly compiler in some way. When possible, use a F-* label instead.
Type
Fields
Give feedbackNo fields configured for issues without a type.
repr(simd)is not on a stabilization path -- people should use the arch types orcore::simd::Simd<_, _>-- and has intentional known ICEs (because of rust-lang/compiler-team#838, maybe more).As such it'd be good to have it emit the
internal_featureslint if someone uses it.