1
Fork 0

Don't report any errors in lower_intrinsics. They should have been typecked before.

This commit is contained in:
Oli Scherer 2023-09-06 09:38:15 +00:00
parent 3767e315ac
commit 65f25fe194
6 changed files with 30 additions and 29 deletions

View file

@ -258,10 +258,3 @@ pub(crate) struct MustNotSuspendReason {
pub span: Span,
pub reason: String,
}
#[derive(Diagnostic)]
#[diag(mir_transform_simd_shuffle_last_const)]
pub(crate) struct SimdShuffleLastConst {
#[primary_span]
pub span: Span,
}