Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cfedec8

Browse files
committedAug 24, 2022
Add module prefix to fluent strings
1 parent 4800aa5 commit cfedec8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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")]`

0 commit comments

Comments
 (0)
Please sign in to comment.