summaryrefslogtreecommitdiffstats
path: root/src/test/ui/closures/issue-90871.rs
blob: 9c70bbc85acfab96b5d79c0fdf61647951913308 (plain)
1
2
3
4
5
fn main() {
    2: n([u8; || 1])
    //~^ ERROR cannot find type `n` in this scope
    //~| ERROR mismatched types
}