mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			349 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			349 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ compile-flags: -Zfuture-incompat-test --json=future-incompat --error-format=json
 | |
| //@ check-pass
 | |
| 
 | |
| // The `-Zfuture-incompat-test flag causes any normal warning to be included
 | |
| // in the future-incompatible report. The stderr output here should mention
 | |
| // the future incompatible report (as extracted by compiletest).
 | |
| 
 | |
| fn main() {
 | |
|     let x = 1;
 | |
| }
 | 
