2020-05-06 17:26:03 -05:00
|
|
|
error[E0284]: type annotations needed: cannot satisfy `<u64 as Test<_>>::Output == _`
|
2020-02-25 04:15:23 -06:00
|
|
|
--> $DIR/issue-69455.rs:29:26
|
|
|
|
|
|
|
|
|
LL | println!("{}", 23u64.test(xs.iter().sum()));
|
2020-05-06 17:26:03 -05:00
|
|
|
| ^^^^ cannot satisfy `<u64 as Test<_>>::Output == _`
|
2020-02-25 04:15:23 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0284`.
|