Improve error message
This commit is contained in:
parent
e8445818d4
commit
32c8bfdb11
8 changed files with 66 additions and 11 deletions
|
@ -53,6 +53,9 @@ parse_bare_cr = {$double_quotes ->
|
|||
|
||||
parse_bare_cr_in_raw_string = bare CR not allowed in raw string
|
||||
|
||||
parse_binder_before_modifiers = `for<...>` binder should be placed before trait bound modifiers
|
||||
.label = place the `for<...>` binder before any modifiers
|
||||
|
||||
parse_bounds_not_allowed_on_trait_aliases = bounds are not allowed on trait aliases
|
||||
|
||||
parse_box_not_pat = expected pattern, found {$descr}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue