mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			251 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			251 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: malformed `recursion_limit` attribute input
 | |
|   --> $DIR/invalid_macro.rs:1:1
 | |
|    |
 | |
| LL | #![recursion_limit = foo!()]
 | |
|    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#![recursion_limit = "N"]`
 | |
| 
 | |
| error: aborting due to previous error
 | |
| 
 | 
