File tree 1 file changed +6
-6
lines changed
compiler/rustc_error_messages/locales/en-US
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- dump_vtable_entries = vtable entries for `{ $trait_ref } `: { $entries }
1
+ trait_selection_dump_vtable_entries = vtable entries for `{ $trait_ref } `: { $entries }
2
2
3
- unable_to_construct_constant_value = unable to construct a constant value for the unevaluated constant { $unevaluated }
3
+ trait_selection_unable_to_construct_constant_value = unable to construct a constant value for the unevaluated constant { $unevaluated }
4
4
5
- auto_deref_reached_recursion_limit = reached the recursion limit while auto-dereferencing `{ $ty } `
5
+ trait_selection_auto_deref_reached_recursion_limit = reached the recursion limit while auto-dereferencing `{ $ty } `
6
6
.label = deref recursion limit reached
7
7
.help = consider increasing the recursion limit by adding a `#![recursion_limit = "{ $suggested_limit } "]` attribute to your crate (`{ $crate_name } `)
8
8
9
- empty_on_clause_in_rustc_on_unimplemented = empty `on`-clause in `#[rustc_on_unimplemented]`
9
+ trait_selection_empty_on_clause_in_rustc_on_unimplemented = empty `on`-clause in `#[rustc_on_unimplemented]`
10
10
.label = empty on-clause here
11
11
12
- invalid_on_clause_in_rustc_on_unimplemented = invalid `on`-clause in `#[rustc_on_unimplemented]`
12
+ trait_selection_invalid_on_clause_in_rustc_on_unimplemented = invalid `on`-clause in `#[rustc_on_unimplemented]`
13
13
.label = invalid on-clause here
14
14
15
- no_value_in_rustc_on_unimplemented = this attribute must have a valid value
15
+ trait_selection_no_value_in_rustc_on_unimplemented = this attribute must have a valid value
16
16
.label = expected value here
17
17
.note = eg `#[rustc_on_unimplemented(message="foo")]`
You can’t perform that action at this time.
0 commit comments