summaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/array_empty_list.rs
blob: 76e082a6d578862a6afe97a5b4e3583b87c4a8b4 (plain)
1
2
3
4
fn main() {
    let arr = [];
    // { dg-error "type annotations needed" "" { target *-*-* } .-1 }
}