]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-50600.stderr
Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_in_a_cons...
[rust.git] / src / test / ui / issues / issue-50600.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-50600.rs:2:13
3    |
4 LL |     fn([u8; |x: u8| {}]),
5    |             ^^^^^^^^^^ expected `usize`, found closure
6    |
7    = note: expected type `usize`
8            found closure `[closure@$DIR/issue-50600.rs:2:13: 2:20]`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.