mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-31 20:09:01 +00:00 
			
		
		
		
	Message updates from review
This commit is contained in:
		
							parent
							
								
									f8ea9cace8
								
							
						
					
					
						commit
						3a93fe1150
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -271,13 +271,13 @@ Encountered duplicate scip symbols, indicating an internal rust-analyzer bug. Th | ||||||
| included in the output, but this causes information lookup to be ambiguous and so information about | included in the output, but this causes information lookup to be ambiguous and so information about | ||||||
| these symbols presented by downstream tools may be incorrect. | these symbols presented by downstream tools may be incorrect. | ||||||
| 
 | 
 | ||||||
| Known cases that can cause this: | Known rust-analyzer bugs that can cause this: | ||||||
| 
 | 
 | ||||||
|   * Definitions in crate example binaries which have the same symbol as definitions in the library |   * Definitions in crate example binaries which have the same symbol as definitions in the library | ||||||
|   or some other example. |     or some other example. | ||||||
| 
 | 
 | ||||||
|   * When a struct/enum/const/static/impl is defined with a function, it erroneously appears to be |   * Struct/enum/const/static/impl definitions nested in a function do not mention the function name. | ||||||
|   defined at the same level as the function. |     See #18771. | ||||||
| 
 | 
 | ||||||
| Duplicate symbols encountered: | Duplicate symbols encountered: | ||||||
| ";
 | ";
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Michael Sloan
						Michael Sloan