b9c0467e0c
Co-authored-by: Michael Goulet <michael@errs.io>
21 lines
631 B
Plaintext
21 lines
631 B
Plaintext
middle_drop_check_overflow =
|
|
overflow while adding drop-check rules for {$ty}
|
|
.note = overflowed on {$overflow_ty}
|
|
|
|
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
|
|
|
|
middle_limit_invalid =
|
|
`limit` must be a non-negative integer
|
|
.label = {$error_str}
|
|
|
|
middle_const_eval_non_int =
|
|
constant evaluation of enum discriminant resulted in non-integer
|