Uh oh!
There was an error while loading. Please reload this page.
Hide task_context when lowering body - #70640
Merged
Merged
Conversation
rust-highfive
commented
Mar 31, 2020
Contributor
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
cramertj
commented
Apr 1, 2020
Member
@bors r+ |
bors
commented
Apr 1, 2020
Collaborator
📌 Commit c7d9d89 has been approved by |
Centril added a commit
to Centril/rust
that referenced
this pull request
Apr 1, 2020
Hide `task_context` when lowering body Fixesrust-lang#70594
Centril
commented
Apr 1, 2020
Contributor
Failed in #70648 (comment), @bors r- |
jonas-schievink
commented
Apr 1, 2020
ContributorAuthor
This part of the diagnostic is missing: No clue why though, it passes on the PR builder |
jonas-schievink
commented
Apr 1, 2020
ContributorAuthor
Running that Docker container locally, the UI test also passes (though the |
jonas-schievink
commented
Apr 2, 2020
ContributorAuthor
jonas-schievink
commented
Apr 3, 2020
ContributorAuthor
@bors r=cramertj |
bors
commented
Apr 3, 2020
Collaborator
📌 Commit c7d9d89 has been approved by |
Dylan-DPC-zz pushed a commit
to Dylan-DPC-zz/rust
that referenced
this pull request
Apr 3, 2020
Hide `task_context` when lowering body Fixesrust-lang#70594
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 3, 2020
Rollup of 9 pull requests Successful merges: - rust-lang#69860 (Use associated numeric consts in documentation) - rust-lang#70576 (Update the description of the ticket to point at RFC 1721) - rust-lang#70597 (Fix double-free and undefined behaviour in libstd::syn::unix::Thread::new) - rust-lang#70640 (Hide `task_context` when lowering body) - rust-lang#70641 (Remove duplicated code in trait selection) - rust-lang#70707 (Remove unused graphviz emitter) - rust-lang#70720 (Place TLS initializers with relocations in .tdata) - rust-lang#70735 (Clean up E0502 explanation) - rust-lang#70741 (Add test for rust-lang#59023) Failed merges: r? @ghost
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.
Fixes#70594