mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
704eaef9d4
codegen: clarify some variable names around function calls I looked at rust-lang/rust#145932 to try to understand how it works, and quickly got lost in the variable names -- what refers to the caller, what to the callee? So here's my attempt at making those more clear. Hopefully the new names are correct.^^ Cc @JamieCunliffe