Uh oh!
There was an error while loading. Please reload this page.
Correct caller/callsite confusion in inliner message - #89415
Merged
bors merged 1 commit intoOct 1, 2021
Conversation
rust-highfive
commented
Oct 1, 2021
Contributor
(rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
wesleywiserforce-pushed
the
inliner_caller_callsite_message
branch
from
October 1, 2021 01:39
0a134db to
3565e8aComparemichaelwoerister
approved these changes
Oct 1, 2021
michaelwoerister
commented
Oct 1, 2021
Member
Looks good to me, thanks @wesleywiser! @bors r+ rollup |
bors
commented
Oct 1, 2021
Collaborator
📌 Commit 3565e8a has been approved by |
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Oct 1, 2021
…arth Rollup of 6 pull requests Successful merges: - rust-lang#87868 (Added -Z randomize-layout flag) - rust-lang#88820 (Add `pie` as another `relocation-model` value) - rust-lang#89029 (feat(rustc_parse): recover from pre-RFC-2000 const generics syntax) - rust-lang#89322 (Reapply "Remove optimization_fuel_crate from Session") - rust-lang#89340 (Improve error message for `printf`-style format strings) - rust-lang#89415 (Correct caller/callsite confusion in inliner message) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
callee_bodyis the MIRBodyfor thecallsite.calleeso this message basically says"Inline {bar span} into bar"when it should say"Inline bar into foo".Extracted out of #82280