mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-30 19:49:36 +00:00 
			
		
		
		
	Re-enable fixpoint iteration for variance computation
This commit is contained in:
		
							parent
							
								
									8029c731ed
								
							
						
					
					
						commit
						a3dc41bf97
					
				
					 3 changed files with 13 additions and 13 deletions
				
			
		|  | @ -179,9 +179,10 @@ impl Name { | |||
|         self.symbol.as_str() | ||||
|     } | ||||
| 
 | ||||
|     #[inline] | ||||
|     pub fn display<'a>( | ||||
|         &'a self, | ||||
|         db: &dyn crate::db::ExpandDatabase, | ||||
|         db: &dyn salsa::Database, | ||||
|         edition: Edition, | ||||
|     ) -> impl fmt::Display + 'a { | ||||
|         _ = db; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lukas Wirth
						Lukas Wirth