You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto_deref_reached_recursion_limit_help = consider increasing the recursion limit by adding a `#![recursion_limit = "{$suggested_limit}"]` attribute to your crate (`{$crate_name}`)
6
+
.label = deref recursion limit reached
7
+
.help = consider increasing the recursion limit by adding a `#![recursion_limit = "{$suggested_limit}"]` attribute to your crate (`{$crate_name}`)
8
8
9
9
empty_on_clause_in_rustc_on_unimplemented = empty `on`-clause in `#[rustc_on_unimplemented]`
10
-
empty_on_clause_in_rustc_on_unimplemented_label = empty on-clause here
10
+
.label = empty on-clause here
11
11
12
12
invalid_on_clause_in_rustc_on_unimplemented = invalid `on`-clause in `#[rustc_on_unimplemented]`
13
-
invalid_on_clause_in_rustc_on_unimplemented_label = invalid on-clause here
13
+
.label = invalid on-clause here
14
14
15
15
no_value_in_rustc_on_unimplemented = this attribute must have a valid value
16
-
no_value_in_rustc_on_unimplemented_label = expected value here
0 commit comments