aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-3643.rs
blob: bed9ffc0c2b9729049a74ec09a3ea1fbdde4f4be (plain)
1
2
3
4
fn foo() {
    let x: usize<foo>;
    // { dg-error "generic arguments are not allowed for this type .E0109." "" { target *-*-* } .-1 }
}