summaryrefslogtreecommitdiffstats
path: root/src/test/ui/pub/pub-ident-with-lifetime-incomplete.stderr
blob: 0e0b127054d1d547d366d1e2b77aed1cf3164ae0 (plain)
1
2
3
4
5
6
7
8
error: missing `fn` or `struct` for function or struct definition
  --> $DIR/pub-ident-with-lifetime-incomplete.rs:4:4
   |
LL | pub   foo<'a>
   |    ^^^

error: aborting due to previous error