mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-31 12:04:43 +00:00 
			
		
		
		
	Re-implement rust string highlighting via tool attribute
This commit is contained in:
		
							parent
							
								
									897f7e579e
								
							
						
					
					
						commit
						bf669dab84
					
				
					 72 changed files with 386 additions and 173 deletions
				
			
		|  | @ -148,7 +148,7 @@ mod tests { | |||
| 
 | ||||
|     use crate::fixture; | ||||
| 
 | ||||
|     fn check(ra_fixture: &str, expect: expect_test::Expect) { | ||||
|     fn check(#[rust_analyzer::rust_fixture] ra_fixture: &str, expect: expect_test::Expect) { | ||||
|         let (analysis, file_id) = fixture::file(ra_fixture); | ||||
|         let syn = analysis.view_syntax_tree(file_id).unwrap(); | ||||
|         expect.assert_eq(&syn) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lukas Wirth
						Lukas Wirth