Try to recover from path sep error in parser
This commit is contained in:
parent
d8810e3e2d
commit
0aa2e6b606
10 changed files with 92 additions and 40 deletions
|
@ -743,9 +743,6 @@ parse_single_colon_import_path = expected `::`, found `:`
|
|||
.suggestion = use double colon
|
||||
.note = import paths are delimited using `::`
|
||||
|
||||
parse_single_colon_struct_type = found single colon in a struct field type path
|
||||
.suggestion = write a path separator here
|
||||
|
||||
parse_static_with_generics = static items may not have generic parameters
|
||||
|
||||
parse_struct_literal_body_without_path =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue