mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			201 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			201 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // issue#126516
 | |
| // issue#126647
 | |
| 
 | |
| fn main() {
 | |
|     const {
 | |
|         #![path = foo!()]
 | |
|         //~^ ERROR: cannot find macro `foo` in this scope
 | |
|         //~| ERROR malformed `path` attribute input
 | |
|     }
 | |
| }
 | 
