rust/src/test/ui/pub/pub-ident-with-lifetime-incomplete.stderr

9 lines
193 B
Plaintext
Raw Normal View History

error: missing `fn` or `struct` for method or struct definition
--> $DIR/pub-ident-with-lifetime-incomplete.rs:4:4
|
LL | pub foo<'a>
| ^^^
error: aborting due to previous error