summary refs log tree commit diff
path: root/src/test/ui/parser/issue-14303-path.stderr
blob: f0a45998d17dfab07a68238f918212f6360b1d96 (plain)
1
2
3
4
5
6
7
8
error: lifetime parameters must be declared prior to type parameters
  --> $DIR/issue-14303-path.rs:13:37
   |
LL | fn bar<'a, T>(x: mymodule::X<'a, T, 'b, 'c>) {}
   |                                     ^^

error: aborting due to previous error