9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
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
|
||
|
|