rust/src/test/ui/issues/issue-3044.stderr

10 lines
315 B
Plaintext
Raw Normal View History

error[E0061]: this function takes 2 parameters but 1 parameter was supplied
--> $DIR/issue-3044.rs:14:23
|
2018-02-22 18:42:32 -06:00
LL | needlesArr.iter().fold(|x, y| {
| ^^^^ expected 2 parameters
error: aborting due to previous error
2018-03-03 08:59:40 -06:00
For more information about this error, try `rustc --explain E0061`.