2024-05-09 11:33:53 -04:00
|
|
|
error[E0282]: type annotations needed
|
2024-11-06 17:53:59 +00:00
|
|
|
--> $DIR/ambiguous-arg.rs:7:25
|
2024-05-09 11:33:53 -04:00
|
|
|
|
|
|
|
|
|
LL | async |check, a, b| {
|
|
|
|
|
| _________________________^
|
|
|
|
|
LL | |
|
|
|
|
|
LL | | temp.abs_diff(12);
|
|
|
|
|
LL | | };
|
|
|
|
|
| |_____^ cannot infer type
|
|
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0282`.
|