rust/compiler/rustc_codegen_ssa
Tomasz Miąsko 624c693508 Remove check for projections in a branch without any
The else branch is taken when projection slice is empty so everything
except for the call to the `visit_local` is a dead code.
2021-06-03 16:29:38 +02:00
..
src Remove check for projections in a branch without any 2021-06-03 16:29:38 +02:00
Cargo.toml Update cc 2021-05-24 23:34:12 +01:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.