mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 11:59:15 +00:00
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.