blob: 13eec8361ba8a44b28fb4dca7c19db08e3dacfb3 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/issue-50688.rs:2:9
|
LL | [1; || {}];
| ^^^^^ expected usize, found closure
|
= note: expected type `usize`
found type `[closure@$DIR/issue-50688.rs:2:9: 2:14]`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.