aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/generics13.rs
blob: 05c75c5f63d74764f461a26dcca3710806874126 (plain)
1
struct Foo<A, 'a>; // { dg-error "invalid order for generic parameters: lifetimes should always come before types" }