]> git.lizzy.rs Git - rust.git/blob - src/test/ui/closures/issue-90871.rs
Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid
[rust.git] / src / test / ui / closures / issue-90871.rs
1 fn main() {
2     2: n([u8; || 1])
3     //~^ ERROR cannot find type `n` in this scope
4     //~| ERROR mismatched types
5 }