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

10 lines
325 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-02-19 14:40:25 -06:00
If you want more information on this error, try using "rustc --explain E0061"