mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			291 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			291 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: functions cannot be both `const` and `async`
 | 
						|
  --> $DIR/const-async-fn-in-main.rs:5:5
 | 
						|
   |
 | 
						|
LL |     const async fn a() {}
 | 
						|
   |     ^^^^^-^^^^^----------
 | 
						|
   |     |     |
 | 
						|
   |     |     `async` because of this
 | 
						|
   |     `const` because of this
 | 
						|
 | 
						|
error: aborting due to 1 previous error
 | 
						|
 |