mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 15:33:25 +03:00
548cdc1412
While reading through stuff I was noticing just how many `+1` fixes there were in various places (and comments explaining that fixup), so this adds a new inherent helper on `Local` for making an argument to help make this clearer.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.