mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +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
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ TypeBoundList =
|
|||
TypeBound =
|
||||
Lifetime
|
||||
| ('~' 'const' | 'const')? 'async'? '?'? Type
|
||||
| 'use' GenericParamList?
|
||||
| 'use' GenericParamList
|
||||
|
||||
//************************//
|
||||
// Patterns //
|
||||
|
|
Loading…
Reference in a new issue