mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			282 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			282 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
warning[E0705]: the feature `test_2018_feature` is included in the Rust 2018 edition
 | 
						|
  --> $DIR/E0705.rs:6:12
 | 
						|
   |
 | 
						|
LL | #![feature(test_2018_feature)]
 | 
						|
   |            ^^^^^^^^^^^^^^^^^
 | 
						|
 | 
						|
warning: 1 warning emitted
 | 
						|
 | 
						|
For more information about this error, try `rustc --explain E0705`.
 |