]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_error_messages/locales/en-US/middle.ftl
New upstream version 1.67.1+dfsg1
[rustc.git] / compiler / rustc_error_messages / locales / en-US / middle.ftl
CommitLineData
f2b60f7d
FG
1middle_drop_check_overflow =
2 overflow while adding drop-check rules for {$ty}
3 .note = overflowed on {$overflow_ty}
4
5middle_opaque_hidden_type_mismatch =
6 concrete type differs from previous defining opaque type use
7 .label = expected `{$self_ty}`, got `{$other_ty}`
8
9middle_conflict_types =
10 this expression supplies two conflicting concrete types for the same opaque type
11
12middle_previous_use_here =
13 previous use here
14
15middle_limit_invalid =
16 `limit` must be a non-negative integer
17 .label = {$error_str}
2b03887a
FG
18
19middle_const_eval_non_int =
20 constant evaluation of enum discriminant resulted in non-integer
21
22middle_unknown_layout =
23 the type `{$ty}` has an unknown layout
24
25middle_values_too_big =
26 values of the type `{$ty}` are too big for the current architecture
27
28middle_cannot_be_normalized =
29 unable to determine layout for `{$ty}` because `{$failure_ty}` cannot be normalized
487cf647
FG
30
31middle_strict_coherence_needs_negative_coherence =
32 to use `strict_coherence` on this trait, the `with_negative_coherence` feature must be enabled
33 .label = due to this attribute
34
35middle_const_not_used_in_type_alias =
36 const parameter `{$ct}` is part of concrete type but not used in parameter list for the `impl Trait` type alias