parse_and_disallow_postfix_after_cast: account for ExprKind::Err.#70556
Merged
bors merged 1 commit intorust-lang:masterfrom Apr 1, 2020
Merged
parse_and_disallow_postfix_after_cast: account for ExprKind::Err.#70556bors merged 1 commit intorust-lang:masterfrom
ExprKind::Err.#70556bors merged 1 commit intorust-lang:masterfrom
Conversation
Contributor
|
@bors r+ |
Collaborator
|
📌 Commit 96d7353 has been approved by |
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this pull request
Mar 31, 2020
parse_and_disallow_postfix_after_cast: account for `ExprKind::Err`. Fixes rust-lang#70552. r? @estebank cc @daboross
|
@bors r- |
Contributor
Author
|
Wrong PR @Dylan-DPC... :) @bors r=estebank |
Collaborator
|
📌 Commit 96d7353 has been approved by |
|
@bors r=estebank |
Collaborator
|
💡 This pull request was already approved, no need to approve it again.
|
Collaborator
|
📌 Commit 96d7353 has been approved by |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Mar 31, 2020
Rollup of 6 pull requests Successful merges: - rust-lang#68770 (BTreeMap/BTreeSet: implement drain_filter ) - rust-lang#70081 (add `unused_braces` lint) - rust-lang#70556 (parse_and_disallow_postfix_after_cast: account for `ExprKind::Err`.) - rust-lang#70605 (Add missing -lmsvcrt on mingw after -lpthread) - rust-lang#70630 (Update books.) - rust-lang#70632 (expand vec![] to Vec::new()) Failed merges: r? @ghost
Contributor
|
discussed at today's T-compiler meeting. Accepted for beta backport. |
Merged
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 3, 2020
…ulacrum [beta] backport 4 PRs This backports the following PRs: * parse_and_disallow_postfix_after_cast: account for `ExprKind::Err`. rust-lang#70556 * Account for bad placeholder types in where clauses rust-lang#70294 * Fix "since" field for `Once::is_complete`'s `#[stable]` attribute rust-lang#70018 * Ensure HAS_FREE_LOCAL_NAMES is set for ReFree rust-lang#69956 All commits cherry picked cleanly.
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 #70552.
r? @estebank
cc @daboross