summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type/type-check/issue-22897.rs
blob: 8171a0ef154fdd2801acd930f8366bfdaadf4724 (plain)
1
2
3
4
5
fn main() { }

fn unconstrained_type() {
    []; //~ ERROR type annotations needed
}