Uh oh!
There was an error while loading. Please reload this page.
Fix E0284 to not use incorrect wording - #71960
Merged
Merged
Conversation
rust-highfive
commented
May 6, 2020
Contributor
r? @davidtwco (rust_highfive has picked a reviewer for you, use r? to override) |
estebank
commented
May 6, 2020
ContributorAuthor
Nominating for backport because the current error can be incredibly misleading and the risk is low, but won't push for it too much as it is not critical. |
estebank
commented
May 7, 2020
ContributorAuthor
@bors r=davidtwco |
bors
commented
May 7, 2020
Collaborator
📌 Commit a7b03ad has been approved by |
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 8, 2020
Rollup of 5 pull requests Successful merges: - rust-lang#70733 (Add Arc::{incr,decr}_strong_count) - rust-lang#71598 (improve Drop documentation) - rust-lang#71783 (Detect errors caused by `async` block in 2015 edition) - rust-lang#71903 (reword "possible candidate" import suggestion) - rust-lang#71960 (Fix E0284 to not use incorrect wording) Failed merges: r? @ghost
spastorino
commented
May 13, 2020
Member
Adding |
pnkfelix
commented
May 14, 2020
Contributor
unilaterally accepting for beta-backport. |
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 23, 2020
[beta] Rollup backports This includes: * Fail if I/O error occurs during testing rust-lang#72089 * Fix hang in lexical_region_resolve rust-lang#72087 * Fix E0284 to not use incorrect wording rust-lang#71960 * Bump pulldown-cmark rust-lang#71682
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#71584, fix#69683.