mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
fix: use
cannot have optional generics
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
parent
4a91453409
commit
5af51fa476
@ -629,7 +629,7 @@ TypeBoundList =
|
||||
TypeBound =
|
||||
Lifetime
|
||||
| ('~' 'const' | 'const')? 'async'? '?'? Type
|
||||
| 'use' GenericParamList?
|
||||
| 'use' GenericParamList
|
||||
|
||||
//************************//
|
||||
// Patterns //
|
||||
|
Loading…
x
Reference in New Issue
Block a user