Don't report any errors in lower_intrinsics
. They should have been typecked before.
This commit is contained in:
parent
3767e315ac
commit
65f25fe194
6 changed files with 30 additions and 29 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue