2018-11-30 15:05:13 -08:00
|
|
|
error: missing `fn` or `struct` for function or struct definition
|
2024-07-06 13:14:53 +03:00
|
|
|
--> $DIR/pub-ident-with-lifetime-incomplete.rs:4:1
|
2018-11-26 10:11:46 -08:00
|
|
|
|
|
2024-07-06 13:14:53 +03:00
|
|
|
LL | pub foo<'a>
|
|
|
|
|
| ^^^^^^^
|
2018-11-26 10:11:46 -08:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-11-26 10:11:46 -08:00
|
|
|
|