6 lines
		
	
	
		
			183 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			183 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: Arguments for tasks must live forever. Try using the `'static` lifetime.
 | |
|  --> tests/ui/nonstatic_ref_anon.rs:4:19
 | |
|   |
 | |
| 4 | async fn foo(_x: &'_ u32) {}
 | |
|   |                   ^^
 |