mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			370 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			370 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: variable `v` is still repeating at this depth
 | |
|   --> $DIR/macro-repeat.rs:3:9
 | |
|    |
 | |
| LL |         $v
 | |
|    |         ^^
 | |
| 
 | |
| error: variable `v` is still repeating at this depth
 | |
|   --> $DIR/macro-repeat.rs:3:9
 | |
|    |
 | |
| LL |         $v
 | |
|    |         ^^
 | |
|    |
 | |
|    = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
 | |
| 
 | |
| error: aborting due to 2 previous errors
 | |
| 
 | 
