mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			289 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			289 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
warning: method `foo` is never used
 | 
						|
  --> $DIR/method-two-trait-defer-resolution-2.rs:17:19
 | 
						|
   |
 | 
						|
LL | trait MyCopy { fn foo(&self) { } }
 | 
						|
   |       ------      ^^^
 | 
						|
   |       |
 | 
						|
   |       method in this trait
 | 
						|
   |
 | 
						|
   = note: `#[warn(dead_code)]` on by default
 | 
						|
 | 
						|
warning: 1 warning emitted
 | 
						|
 |