Remove layouting dead code for non-array SIMD types.
These aren't supported anymore, and are already rejected in type checking.
This commit is contained in:
parent
1c3b035542
commit
cbe32a7647
4 changed files with 30 additions and 114 deletions
|
@ -42,8 +42,6 @@ ty_utils_logical_op_not_supported = unsupported operation in generic constants,
|
|||
|
||||
ty_utils_loop_not_supported = loops and loop control flow are not supported in generic constants
|
||||
|
||||
ty_utils_multiple_array_fields_simd_type = monomorphising SIMD type `{$ty}` with more than one array field
|
||||
|
||||
ty_utils_needs_drop_overflow = overflow while checking whether `{$query_ty}` requires drop
|
||||
|
||||
ty_utils_never_to_any_not_supported = coercing the `never` type is not supported in generic constants
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue