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

@ -42,8 +42,6 @@ mir_transform_requires_unsafe = {$details} is unsafe and requires unsafe {$op_in
}
.not_inherited = items do not inherit unsafety from separate enclosing items
mir_transform_simd_shuffle_last_const = last argument of `simd_shuffle` is required to be a `const` item
mir_transform_target_feature_call_label = call to function with `#[target_feature]`
mir_transform_target_feature_call_note = can only be called if the required target features are available