about summary refs log tree commit diff
path: root/tests/ui/pub/pub-ident-with-lifetime-incomplete.stderr
blob: 67b6b9c7ba8a506378d9baaf987a0a181bd1bf42 (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:1
   |
LL | pub foo<'a>
   | ^^^^^^^

error: aborting due to 1 previous error