mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
716bccea07
Add a `Local::arg(i)` helper constructor While reading through stuff I was noticing just how many `+1` fixes there were in various places (and comments explaining those fixups), so this adds a new inherent helper on `Local` for making an argument to help make this clearer. r? mir
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.