fix: Fix incorrect parsing of use bounds

Also lower them a bit more
This commit is contained in:
Lukas Wirth 2024-10-22 12:09:06 +02:00
parent 17055aaca9
commit 95298a2e61
11 changed files with 184 additions and 25 deletions

View file

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