7 lines
		
	
	
		
			152 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			152 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
#![cfg_attr(feature = "nightly", feature(impl_trait_in_assoc_type))]
 | 
						|
 | 
						|
#[embassy_executor::task]
 | 
						|
async fn foo(_x: impl Sized + 'static) {}
 | 
						|
 | 
						|
fn main() {}
 |