Reword message
This commit is contained in:
parent
fe7ed278b7
commit
835d434c79
6 changed files with 20 additions and 20 deletions
|
@ -630,8 +630,8 @@ lint_opaque_hidden_inferred_bound_sugg = add this bound
|
|||
lint_or_patterns_back_compat = the meaning of the `pat` fragment specifier is changing in Rust 2021, which may affect this macro
|
||||
.suggestion = use pat_param to preserve semantics
|
||||
|
||||
lint_out_of_scope_macro_calls = cannot find macro `{$path}` in {$scope}
|
||||
.label = not found in {$scope}
|
||||
lint_out_of_scope_macro_calls = cannot find macro `{$path}` in the current scope when looking from {$location}
|
||||
.label = not found from {$location}
|
||||
.help = import `macro_rules` with `use` to make it callable above its definition
|
||||
|
||||
lint_overflowing_bin_hex = literal out of range for `{$ty}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue