2022-08-25 22:24:09 -05:00
|
|
|
middle_drop_check_overflow =
|
|
|
|
overflow while adding drop-check rules for {$ty}
|
2022-09-05 10:18:18 -05:00
|
|
|
.note = overflowed on {$overflow_ty}
|
2022-08-31 07:16:02 -05:00
|
|
|
|
|
|
|
middle_opaque_hidden_type_mismatch =
|
|
|
|
concrete type differs from previous defining opaque type use
|
|
|
|
.label = expected `{$self_ty}`, got `{$other_ty}`
|
|
|
|
|
|
|
|
middle_conflict_types =
|
|
|
|
this expression supplies two conflicting concrete types for the same opaque type
|
|
|
|
|
|
|
|
middle_previous_use_here =
|
|
|
|
previous use here
|
2022-09-01 09:09:45 -05:00
|
|
|
|
|
|
|
middle_limit_invalid =
|
|
|
|
`limit` must be a non-negative integer
|
|
|
|
.label = {$error_str}
|
2022-10-02 16:02:57 -05:00
|
|
|
|
|
|
|
middle_const_eval_non_int =
|
|
|
|
constant evaluation of enum discriminant resulted in non-integer
|
2022-10-03 18:34:59 -05:00
|
|
|
|
|
|
|
middle_unknown_layout =
|
|
|
|
the type `{$ty}` has an unknown layout
|
|
|
|
|
|
|
|
middle_values_too_big =
|
|
|
|
values of the type `{$ty}` are too big for the current architecture
|
|
|
|
|
|
|
|
middle_cannot_be_normalized =
|
|
|
|
unable to determine layout for `{$ty}` because `{$failure_ty}` cannot be normalized
|
2022-10-30 14:10:35 -05:00
|
|
|
|
|
|
|
middle_strict_coherence_needs_negative_coherence =
|
|
|
|
to use `strict_coherence` on this trait, the `with_negative_coherence` feature must be enabled
|
|
|
|
.label = due to this attribute
|
2022-11-07 12:47:32 -06:00
|
|
|
|
|
|
|
middle_const_not_used_in_type_alias =
|
|
|
|
const parameter `{$ct}` is part of concrete type but not used in parameter list for the `impl Trait` type alias
|