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