mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-11-04 05:35:55 +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…
	
	Add table
		Add a link
		
	
		Reference in a new issue