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