mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			164 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			164 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // https://github.com/rust-lang/rust/issues/38219
 | |
| 
 | |
| //@ compile-flags:--test
 | |
| //@ should-fail
 | |
| 
 | |
| /// ```
 | |
| /// fail
 | |
| /// ```
 | |
| #[macro_export]
 | |
| macro_rules! foo { () => {} }
 | 
