mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /* this is for run-pass/syntax-extension-source-utils.rs */
 | |
| 
 | |
| {
 | |
|     assert!(file!().ends_with("includeme.fragment"));
 | |
|     assert_eq!(line!(), 5u32);
 | |
|     format!("victory robot {}", line!())
 | |
| }
 | 
