summary refs log tree commit diff
path: root/src/test/ui/parser/issue-14303-trait.stderr
blob: ab5cc5655bbe13f5b94aa0bb8a8221ccc471c88e (plain)
1
2
3
4
5
6
7
8
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