2024-04-15 11:20:33 +00:00
|
|
|
error[E0282]: type annotations needed
|
2024-10-14 13:49:31 -04:00
|
|
|
--> $DIR/method-resolution4.rs:13:9
|
2024-04-15 11:20:33 +00:00
|
|
|
|
|
|
|
|
LL | foo(false).next().unwrap();
|
|
|
|
| ^^^^^^^^^^ cannot infer type
|
|
|
|
|
2024-10-14 13:49:31 -04:00
|
|
|
error: aborting due to 1 previous error
|
2024-04-15 11:20:33 +00:00
|
|
|
|
2024-10-14 13:49:31 -04:00
|
|
|
For more information about this error, try `rustc --explain E0282`.
|