mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 19:17:12 +00:00
fix: Fix incorrect parsing of use bounds
Also lower them a bit more
This commit is contained in:
parent
17055aaca9
commit
95298a2e61
11 changed files with 184 additions and 25 deletions
|
|
@ -312,6 +312,8 @@ pub enum SyntaxKind {
|
|||
UNDERSCORE_EXPR,
|
||||
UNION,
|
||||
USE,
|
||||
USE_BOUND_GENERIC_ARG,
|
||||
USE_BOUND_GENERIC_ARGS,
|
||||
USE_TREE,
|
||||
USE_TREE_LIST,
|
||||
VARIANT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue