mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			274 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			274 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: function `foo` is never used
 | 
						|
  --> $DIR/with-core-crate.rs:7:4
 | 
						|
   |
 | 
						|
LL | fn foo() {
 | 
						|
   |    ^^^
 | 
						|
   |
 | 
						|
note: the lint level is defined here
 | 
						|
  --> $DIR/with-core-crate.rs:1:9
 | 
						|
   |
 | 
						|
LL | #![deny(dead_code)]
 | 
						|
   |         ^^^^^^^^^
 | 
						|
 | 
						|
error: aborting due to 1 previous error
 | 
						|
 |