mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 22:48:04 +00:00
Correct caller/callsite confusion in inliner message
`callee_body` is the MIR `Body` for the `callsite.callee` so this message basically says `"Inline {bar span} into bar"` when it should say `"Inline bar into foo"`.
Extracted out of #82280