Uh oh!
There was an error while loading. Please reload this page.
Detect tuple struct incorrectly used as struct pat - #74173
Merged
Conversation
rust-highfive
commented
Jul 9, 2020
Contributor
Some changes occurred in diagnostic error codes |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
estebankforce-pushed
the
struct-pat-as-enum
branch
from
July 10, 2020 16:33
e7fe658 to
aa01976Comparepetrochenkov
commented
Jul 10, 2020
Contributor
r=me with tidy fixed and commits squashed. |
estebankforce-pushed
the
struct-pat-as-enum
branch
4 times, most recently
from
July 12, 2020 05:52
77773ae to
58e241bCompareestebankforce-pushed
the
struct-pat-as-enum
branch
from
July 12, 2020 17:34
58e241b to
5daedeaCompareestebank
commented
Jul 12, 2020
ContributorAuthor
@bors r=petrochenkov |
bors
commented
Jul 12, 2020
Collaborator
📌 Commit 5daedea has been approved by |
bors
commented
Jul 12, 2020
Collaborator
🌲 The tree is currently closed for pull requests below priority 20, this pull request will be tested once the tree is reopened |
Manishearth added a commit
to Manishearth/rust
that referenced
this pull request
Jul 13, 2020
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
Manishearth added a commit
to Manishearth/rust
that referenced
this pull request
Jul 13, 2020
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
Manishearth added a commit
to Manishearth/rust
that referenced
this pull request
Jul 13, 2020
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
Manishearth added a commit
to Manishearth/rust
that referenced
this pull request
Jul 13, 2020
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
Manishearth added a commit
to Manishearth/rust
that referenced
this pull request
Jul 14, 2020
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
Manishearth added a commit
to Manishearth/rust
that referenced
this pull request
Jul 14, 2020
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
Dylan-DPC-zz pushed a commit
to Dylan-DPC-zz/rust
that referenced
this pull request
Jul 14, 2020
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jul 14, 2020
…arth Rollup of 15 pull requests Successful merges: - rust-lang#71237 (Add Ayu theme to rustdoc) - rust-lang#73720 (Clean up E0704 error explanation) - rust-lang#73866 (Obviate #[allow(improper_ctypes_definitions)]) - rust-lang#73965 (typeck: check for infer before type impls trait) - rust-lang#73986 (add (unchecked) indexing methods to raw (and NonNull) slices) - rust-lang#74173 (Detect tuple struct incorrectly used as struct pat) - rust-lang#74220 (Refactor Windows `parse_prefix`) - rust-lang#74227 (Remove an unwrap in layout computation) - rust-lang#74239 (Update llvm-project to latest origin/rustc/10.0-2020-05-05 commit ) - rust-lang#74257 (don't mark linux kernel module targets as a unix environment) - rust-lang#74270 (typeck: report placeholder type error w/out span) - rust-lang#74296 (Clarify the description for rfind) - rust-lang#74310 (Use `ArrayVec` in `SparseBitSet`.) - rust-lang#74316 (Remove unnecessary type hints from Wake internals) - rust-lang#74324 (Update Clippy) 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.
Subpart of #74005.
r? @petrochenkov