]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-50585.stderr
Rollup merge of #57229 - mikeyhew:fix-56806, r=varkor
[rust.git] / src / test / ui / issues / issue-50585.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-50585.rs:2:18
3    |
4 LL |     |y: Vec<[(); for x in 0..2 {}]>| {};
5    |                  ^^^^^^^^^^^^^^^^ expected usize, found ()
6    |
7    = note: expected type `usize`
8               found type `()`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.