rust/compiler/rustc_mir_transform
Manish Goregaokar 534946cba1
Rollup merge of #89415 - wesleywiser:inliner_caller_callsite_message, r=michaelwoerister
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
2021-10-01 09:18:20 -07:00
..
src Rollup merge of #89415 - wesleywiser:inliner_caller_callsite_message, r=michaelwoerister 2021-10-01 09:18:20 -07:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00