mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
4406a92cd1
Always name the return place. MIR opts more and more consider `_0` as just another local, so there is no point in keeping the special case in debug-info logic.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.