summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-50600.stderr
blob: d285c3467ab4cf85fea54e04c7e9b48d8b91e9df (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 previous error

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