summaryrefslogtreecommitdiffstats
path: root/tests/ui/generics/issue-83556.rs
blob: 7cea1c8631fe9be1dcc3aa3096dfc99b70ac6fe0 (plain)
1
2
3
4
struct Foo<T, 'a>(&'a ());
//~^ ERROR lifetime parameters must be declared prior to

fn main() {}