Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove the "defaulted unit" type bit during writeback #43858

Merged
merged 1 commit into from
Aug 15, 2017

Conversation

arielb1
Copy link
Contributor

@arielb1 arielb1 commented Aug 14, 2017

The defaulted unit bit is only relevant for the surrounding inference
context, and can cause trouble, including spurious lints and ICEs,
outside of it.

Fixes #43853.

r? @eddyb

The defaulted unit bit is only relevant for the surrounding inference
context, and can cause trouble, including spurious lints and ICEs,
outside of it.

Fixes rust-lang#43853.
@eddyb
Copy link
Member

eddyb commented Aug 14, 2017

@bors r+

@bors
Copy link
Collaborator

bors commented Aug 14, 2017

📌 Commit a3a06b1 has been approved by eddyb

@carols10cents carols10cents added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Aug 14, 2017
@bors
Copy link
Collaborator

bors commented Aug 14, 2017

⌛ Testing commit a3a06b1 with merge 56fe3b2...

bors added a commit that referenced this pull request Aug 14, 2017
remove the "defaulted unit" type bit during writeback

The defaulted unit bit is only relevant for the surrounding inference
context, and can cause trouble, including spurious lints and ICEs,
outside of it.

Fixes #43853.

r? @eddyb
@bors
Copy link
Collaborator

bors commented Aug 15, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: eddyb
Pushing 56fe3b2 to master...

@bors bors merged commit a3a06b1 into rust-lang:master Aug 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants