]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-50688.stderr
Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-2021-02-01
[rust.git] / src / test / ui / issues / issue-50688.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-50688.rs:2:9
3    |
4 LL |     [1; || {}];
5    |         ^^^^^ expected `usize`, found closure
6    |
7    = note: expected type `usize`
8            found closure `[closure@$DIR/issue-50688.rs:2:9: 2:14]`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.