Uh oh!
There was an error while loading. Please reload this page.
unify IsPattern and IsImport enum in show_candidates - #102913
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Maybe DiagnosticMode? r=me after giving it a better name than just Mode.
MemberAuthor
There was a problem hiding this comment.
Done. But I don't have privileges, so I still need you to r+
SparrowLiiforce-pushed
the
import-candidate
branch
from
October 12, 2022 00:47
09e55ab to
a7f58afCompareSparrowLii
commented
Oct 12, 2022
MemberAuthor
@bors r=compiler-errors |
bors
commented
Oct 12, 2022
Collaborator
@SparrowLii: 🔑 Insufficient privileges: Not in reviewers |
compiler-errors
commented
Oct 12, 2022
Contributor
I will r+ it once CI turns green. |
compiler-errors
commented
Oct 12, 2022
Contributor
@bors r+ rollup |
bors
commented
Oct 12, 2022
Collaborator
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Oct 12, 2022
Rollup of 8 pull requests Successful merges: - rust-lang#102110 (Migrate rustc_passes diagnostics) - rust-lang#102187 (Use correct location for type tests in promoted constants) - rust-lang#102239 (Move style guide to rust-lang/rust) - rust-lang#102578 (Panic for invalid arguments of `{integer primitive}::ilog{,2,10}` in all modes) - rust-lang#102811 (Use memset to initialize readbuf) - rust-lang#102890 (Check representability in adt_sized_constraint) - rust-lang#102913 (unify `IsPattern` and `IsImport` enum in `show_candidates`) - rust-lang#102924 (rustdoc: remove unused classes from sidebar links) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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.
Follow-up of #102876
A binding cannot appear in both pattern and import at the same time, so it makes sense to unify them
r? @compiler-errors