2024-04-15 22:21:42 -04:00
|
|
|
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
|
|
|
|
|
2024-11-30 19:31:06 +00:00
|
|
|
error: aborting due to 1 previous error
|
2024-04-15 22:21:42 -04:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0220`.
|