Uh oh!
There was an error while loading. Please reload this page.
Emit a single error on if expr with expectation and no else clause - #64049
Merged
Conversation
estebankforce-pushed
the
if-else-type-err
branch
from
September 1, 2019 02:07
b74a223 to
2c55331Compareestebankforce-pushed
the
if-else-type-err
branch
from
September 1, 2019 02:08
2c55331 to
aae2b24CompareCentril
reviewed
Sep 1, 2019
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Centril
commented
Sep 1, 2019
Contributor
@bors r+ |
bors
commented
Sep 1, 2019
Collaborator
📌 Commit f53c217 has been approved by |
Centril added a commit
to Centril/rust
that referenced
this pull request
Sep 1, 2019
Emit a single error on if expr with expectation and no else clause Fixrust-lang#60254. r? @Centril
bors
commented
Sep 2, 2019
Collaborator
bors
commented
Sep 2, 2019
Collaborator
💔 Test failed - checks-azure |
rust-highfive
commented
Sep 2, 2019
Contributor
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
estebank
commented
Sep 2, 2019
ContributorAuthor
@bors retry |
Centril added a commit
to Centril/rust
that referenced
this pull request
Sep 3, 2019
Emit a single error on if expr with expectation and no else clause Fixrust-lang#60254. r? @Centril
Centril added a commit
to Centril/rust
that referenced
this pull request
Sep 3, 2019
Emit a single error on if expr with expectation and no else clause Fixrust-lang#60254. r? @Centril
Centril added a commit
to Centril/rust
that referenced
this pull request
Sep 3, 2019
Emit a single error on if expr with expectation and no else clause Fixrust-lang#60254. r? @Centril
bors added a commit
that referenced
this pull request
Sep 3, 2019
Rollup of 5 pull requests Successful merges: - #64049 (Emit a single error on if expr with expectation and no else clause) - #64056 (Account for arbitrary self types in E0599) - #64058 (librustc_errors: Extract sugg/subst handling into method) - #64071 (use just one name when parameters and fields are the same) - #64104 (Emit error on intrinsic to fn ptr casts) 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.
Fix#60254.
r? @Centril