blob: ab5cc5655bbe13f5b94aa0bb8a8221ccc471c88e [file] [log] [blame]
error: lifetime parameters must be declared prior to type parameters
--> $DIR/issue-14303-trait.rs:13:18
|
LL | trait Foo<'a, T, 'b> {}
| ^^
error: aborting due to previous error