mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			387 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			387 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| warning: unused attribute
 | |
|   --> $DIR/macro-use-all-and-none.rs:7:1
 | |
|    |
 | |
| LL | #[macro_use()]
 | |
|    | ^^^^^^^^^^^^^^ help: remove this attribute
 | |
|    |
 | |
|    = note: attribute `macro_use` with an empty list has no effect
 | |
| note: the lint level is defined here
 | |
|   --> $DIR/macro-use-all-and-none.rs:4:9
 | |
|    |
 | |
| LL | #![warn(unused_attributes)]
 | |
|    |         ^^^^^^^^^^^^^^^^^
 | |
| 
 | |
| warning: 1 warning emitted
 | |
| 
 | 
