mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			282 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			282 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: type alias `Unused` is never used
 | |
|   --> $DIR/impl-trait.rs:12:6
 | |
|    |
 | |
| LL | type Unused = ();
 | |
|    |      ^^^^^^
 | |
|    |
 | |
| note: the lint level is defined here
 | |
|   --> $DIR/impl-trait.rs:1:9
 | |
|    |
 | |
| LL | #![deny(dead_code)]
 | |
|    |         ^^^^^^^^^
 | |
| 
 | |
| error: aborting due to 1 previous error
 | |
| 
 | 
