summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-50600.stderr
blob: e3ae7f144c35bac3e653371f20ef0258df998779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0308]: mismatched types
  --> $DIR/issue-50600.rs:2:13
   |
LL |     fn([u8; |x: u8| {}]),
   |             ^^^^^^^^^^ expected `usize`, found closure
   |
   = note: expected type `usize`
           found closure `{closure@$DIR/issue-50600.rs:2:13: 2:20}`

error: aborting due to 1 previous error

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