Skip to content

Fix breakage due to rust-lang/rust#58079#3736

Merged
bors merged 1 commit into
masterfrom
unknown repository
Feb 3, 2019
Merged

Fix breakage due to rust-lang/rust#58079#3736
bors merged 1 commit into
masterfrom
unknown repository

Conversation

@ghost

@ghost ghost commented Feb 3, 2019

Copy link
Copy Markdown

The rustc change added HirId to a few nodes. As I understand it, the plan is
to remove the NodeId from these nodes eventually. Where the NodeId was
not being matched, I used .. to try and avoid further breakage. Where it
was, I used _ to make the fix easier when NodeId is removed.

The rustc change added HirId to a few nodes. As I understand it, the plan is
to remove the NodeId from these nodes eventually. Where the NodeId was
not being matched, I used `..` to try and avoid further breakage. Where it
was, I used `_` to make the fix easier when NodeId is removed.
@phansch

phansch commented Feb 3, 2019

Copy link
Copy Markdown
Contributor

LGTM, thanks!

@bors r+

@bors

bors commented Feb 3, 2019

Copy link
Copy Markdown
Contributor

📌 Commit c02367c has been approved by phansch

@bors

bors commented Feb 3, 2019

Copy link
Copy Markdown
Contributor

⌛ Testing commit c02367c with merge 3bda548...

bors added a commit that referenced this pull request Feb 3, 2019
Fix breakage due to rust-lang/rust#58079

The rustc change added HirId to a few nodes. As I understand it, the plan is
to remove the NodeId from these nodes eventually. Where the NodeId was
not being matched, I used `..` to try and avoid further breakage. Where it
was, I used `_` to make the fix easier when NodeId is removed.
@bors

bors commented Feb 3, 2019

Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-travis, status-appveyor
Approved by: phansch
Pushing 3bda548 to master...

@bors bors merged commit c02367c into rust-lang:master Feb 3, 2019
@ghost ghost deleted the fix-build-20190203 branch May 11, 2019 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants