mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
41dc86d4d3
Fix [`needless_return`] false negative Fixes #12907 changelog: Fix [`needless_return`] false negative when returned expression borrows a value.