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

error: aborting due to 1 previous error

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