mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			343 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			343 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error[E0220]: associated type `Assoc` not found for `Self`
 | |
|   --> $DIR/coroutine-in-orphaned-anon-const.rs:4:24
 | |
|    |
 | |
| LL |     fn test() -> Self::Assoc<{ async {} }>;
 | |
|    |                        ^^^^^ associated type `Assoc` not found
 | |
| 
 | |
| error: aborting due to 1 previous error
 | |
| 
 | |
| For more information about this error, try `rustc --explain E0220`.
 | 
