fix: use cannot have optional generics

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
Winston H. 2024-07-24 10:42:20 +01:00 committed by GitHub
parent 4a91453409
commit 5af51fa476
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -629,7 +629,7 @@ TypeBoundList =
TypeBound =
Lifetime
| ('~' 'const' | 'const')? 'async'? '?'? Type
| 'use' GenericParamList?
| 'use' GenericParamList
//************************//
// Patterns //