9 lines
343 B
Text
9 lines
343 B
Text
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`.
|