]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/middle.ftl
Auto merge of #107569 - petrochenkov:optattr, r=nnethercote
[rust.git] / compiler / rustc_error_messages / locales / en-US / middle.ftl
1 middle_drop_check_overflow =
2     overflow while adding drop-check rules for {$ty}
3     .note = overflowed on {$overflow_ty}
4
5 middle_opaque_hidden_type_mismatch =
6     concrete type differs from previous defining opaque type use
7     .label = expected `{$self_ty}`, got `{$other_ty}`
8
9 middle_conflict_types =
10     this expression supplies two conflicting concrete types for the same opaque type
11
12 middle_previous_use_here =
13     previous use here
14
15 middle_limit_invalid =
16     `limit` must be a non-negative integer
17     .label = {$error_str}
18
19 middle_const_eval_non_int =
20     constant evaluation of enum discriminant resulted in non-integer
21
22 middle_unknown_layout =
23     the type `{$ty}` has an unknown layout
24
25 middle_values_too_big =
26     values of the type `{$ty}` are too big for the current architecture
27
28 middle_cannot_be_normalized =
29     unable to determine layout for `{$ty}` because `{$failure_ty}` cannot be normalized
30
31 middle_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
35 middle_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