2022-10-25 06:22:36 +00:00
|
|
|
error: lifetime may not live long enough
|
2021-10-12 00:52:24 +00:00
|
|
|
--> tests/ui/static_ref.rs:4:1
|
2020-04-12 07:31:35 +00:00
|
|
|
|
|
2020-05-31 15:15:33 +00:00
|
|
|
4 | #[pyfunction]
|
2022-10-25 06:22:36 +00:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
| |
|
|
|
|
| lifetime `'py` defined here
|
|
|
|
| cast requires that `'py` must outlive `'static`
|
2020-04-12 07:31:35 +00:00
|
|
|
|
|
2021-07-30 22:30:56 +00:00
|
|
|
= note: this error originates in the attribute macro `pyfunction` (in Nightly builds, run with -Z macro-backtrace for more info)
|