Hide task_context when lowering body#70640
Merged
bors merged 1 commit intorust-lang:masterfrom Apr 3, 2020
jonas-schievink:async-ice
Merged
Hide task_context when lowering body#70640bors merged 1 commit intorust-lang:masterfrom jonas-schievink:async-ice
task_context when lowering body#70640bors merged 1 commit intorust-lang:masterfrom
jonas-schievink:async-ice
Conversation
Contributor
|
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
Member
|
@bors r+ |
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 Fixes rust-lang#70594
Contributor
|
Failed in #70648 (comment), @bors r- |
Contributor
Author
|
This part of the diagnostic is missing: No clue why though, it passes on the PR builder |
Contributor
Author
|
Running that Docker container locally, the UI test also passes (though the |
Contributor
Author
Contributor
Author
|
@bors r=cramertj |
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 Fixes rust-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 free
to 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