1
Fork 0

Improve error message

This commit is contained in:
Michael Goulet 2024-06-27 13:07:03 -04:00
parent e8445818d4
commit 32c8bfdb11
8 changed files with 66 additions and 11 deletions

View file

@ -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}