mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-11 16:34:12 +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 =
|
TypeBound =
|
||||||
Lifetime
|
Lifetime
|
||||||
| ('~' 'const' | 'const')? 'async'? '?'? Type
|
| ('~' 'const' | 'const')? 'async'? '?'? Type
|
||||||
| 'use' GenericParamList?
|
| 'use' GenericParamList
|
||||||
|
|
||||||
//************************//
|
//************************//
|
||||||
// Patterns //
|
// Patterns //
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue