Uh oh!
There was an error while loading. Please reload this page.
move processing of source_scope_data into MutVisitor's impl of Integrator when inline - #97142
Merged
Conversation
…tegrator when inline mir-opt
rust-highfive
commented
May 18, 2022
Contributor
r? @jackh726 (rust-highfive has picked a reviewer for you, use r? to override) |
tmiasko
commented
May 18, 2022
Contributor
Thanks! @bors r+ |
bors
commented
May 18, 2022
Collaborator
📌 Commit 420f9a3 has been approved by |
bors
commented
May 19, 2022
Collaborator
⌛ Testing commit 420f9a3 with merge 87f12a90bbf92492c7ebb5d83f931f10a6ba42fe... |
rust-log-analyzer
commented
May 19, 2022
Collaborator
The job Click to see the possible cause of the failure (guessed by this bot) |
bors
commented
May 19, 2022
Collaborator
💔 Test failed - checks-actions |
tmiasko
commented
May 19, 2022
Contributor
@bors retry "Connection reset by peer" |
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 19, 2022
Rollup of 6 pull requests Successful merges: - rust-lang#96539 (Add release notes for 1.61.0) - rust-lang#97142 (move processing of `source_scope_data` into `MutVisitor`'s impl of `Integrator` when inline) - rust-lang#97155 (Fix doc typo) - rust-lang#97169 (Improve `u32 as char` cast diagnostic) - rust-lang#97170 (Remove unnecessay .report() on ExitCode) - rust-lang#97171 (Add regression test for rust-lang#88119) 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.
This PR fixes the FIXME in the inline mir-opt which moves processing of
source_scope_dataintoMutVisitor's impl ofIntegratorwhen inline