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