mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
624c693508
The else branch is taken when projection slice is empty so everything except for the call to the `visit_local` is a dead code.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.