summary refs log tree commit diff
path: root/src/test/ui/issues/issue-3044.stderr
blob: d2c010659edd0fb477611d053c94ad776ce7eb98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error[E0061]: this function takes 2 arguments but 1 argument was supplied
  --> $DIR/issue-3044.rs:3:23
   |
LL |       needlesArr.iter().fold(|x, y| {
   |  _______________________^^^^_-
   | |                       |
   | |                       expected 2 arguments
LL | |     });
   | |_____- supplied 1 argument

error: aborting due to previous error

For more information about this error, try `rustc --explain E0061`.