mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 15:05:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			188 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			188 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
//@ edition:2021
 | 
						|
//@ aux-build:issue-107113.rs
 | 
						|
 | 
						|
#[macro_use]
 | 
						|
extern crate issue_107113;
 | 
						|
 | 
						|
#[issue_107113::main] //~ ERROR mismatched types [E0308]
 | 
						|
async fn main() -> std::io::Result<()> {}
 |