aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-3654.rs
blob: 923488e28efcb4628c120d390cdac5b0a5339051 (plain)
1
2
3
type Meeshka = Mow<!>;
// { dg-error "generic arguments are not allowed for this type .E0109." "" { target *-*-* } .-1 }
type Mow = &'static fn(!) -> !;