Skip to content

Using feature(repr_simd) should trigger the internal_features lint #154034

@scottmcm

Description

@scottmcm

repr(simd) is not on a stabilization path -- people should use the arch types or core::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_features lint if someone uses it.

Metadata

Metadata

Assignees

Labels

A-SIMDArea: SIMD (Single Instruction Multiple Data)A-reprArea: the `#[repr(stuff)]` attributeE-easyCall 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.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions