summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-50600.stderr
blob: 7fea7e5c0985ee9122eeeca55af5cb11d8f6522d (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`.