6 lines
		
	
	
		
			149 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			149 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: task functions must not be generic
 | 
						|
 --> tests/ui/generics.rs:6:1
 | 
						|
  |
 | 
						|
6 | async fn task<T: Sized>(_t: T) {}
 | 
						|
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 |