$ errors.fyi/rust/E0515 74 namespaces · 3,092 codes
rust · rust/E0515
E0515

Return Reference to Local

A function attempts to return a reference to a local variable or temporary that will be dropped when the function returns. Return an owned value instead, as the referenced data would no longer exist after the function ends.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT