Uh oh!
There was an error while loading. Please reload this page.
Rollup of 6 pull requests - #64122
Closed
Centril wants to merge 20 commits into
Closed
Conversation
An initial refactoring before working on rust-lang#61809. This moves the whole block into a method so that it can be reused in the annotate-snippet output. It's already used in the new emitter, but there's no UI tests with suggestions included in this PR. A first look at some UI tests with suggestions showed that there's some more work to do in [annotate-snippet-rs][annotate-snippet-rs] before the new output is closer to the current one.
Emit a single error on if expr with expectation and no else clause Fixrust-lang#60254. r? @Centril
…ntril Account for arbitrary self types in E0599 Fixrust-lang#62373
…bank librustc_errors: Extract sugg/subst handling into method An initial refactoring before working on rust-lang#61809. This moves the whole block into a method so that it can be reused in the annotate-snippet emitter. The method is already used in the new emitter, but there's no UI tests with suggestions included in this PR. A first look at some UI tests with suggestions showed that there's some more work to do in [annotate-snippet-rs][annotate-snippet-rs] before the new output is closer to the current one, so I opted to do that in a second step. r? @estebank [annotate-snippet-rs]: https://github.com/rust-lang/annotate-snippets-rs
Fix const_err with `-(-0.0)` Fixesrust-lang#64059 r? @oli-obk
use just one name when parameters and fields are the same
…e, r=estebank Emit error on intrinsic to fn ptr casts I'm not sure if a type error is the best way of doing this but it seemed like a relatively correct place to do it, and I expect this is a pretty rare case to hit anyway. Fixesrust-lang#15694
Centril
commented
Sep 3, 2019
ContributorAuthor
@bors r+ p=6 rollup=never |
bors
commented
Sep 3, 2019
Collaborator
📌 Commit 6c0950d has been approved by |
bors
commented
Sep 3, 2019
Collaborator
⌛ Testing commit 6c0950d with merge c69527675f3bcc5476377b74769ff43492cbd0cc... |
bors
commented
Sep 3, 2019
Collaborator
💔 Test failed - checks-azure |
rust-highfive
commented
Sep 3, 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 |
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.
Successful merges:
-(-0.0)#64063 (Fix const_err with-(-0.0))Failed merges:
r? @ghost