rust/tests/ui/impl-trait/two_tait_defining_each_other2.next.stderr
2024-02-26 10:57:46 +01:00

10 lines
290 B
Plaintext

error[E0284]: type annotations needed: cannot satisfy `_ == A`
--> $DIR/two_tait_defining_each_other2.rs:10:8
|
LL | fn muh(x: A) -> B {
| ^ cannot satisfy `_ == A`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0284`.