File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
compiler/rustc_error_messages/locales/en-US Expand file tree Collapse file tree 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 }
22
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 }
44
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 } `
66 .label = deref recursion limit reached
77 .help = consider increasing the recursion limit by adding a `#![recursion_limit = "{ $suggested_limit } "]` attribute to your crate (`{ $crate_name } `)
88
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]`
1010 .label = empty on-clause here
1111
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]`
1313 .label = invalid on-clause here
1414
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
1616 .label = expected value here
1717 .note = eg `#[rustc_on_unimplemented(message="foo")]`
You can’t perform that action at this time.
0 commit comments