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

Hide uninhabitedness checks behind feature gate #39290

Merged
merged 1 commit into from Jan 28, 2017

Conversation

Projects
None yet
5 participants
@canndrew
Copy link
Contributor

canndrew commented Jan 25, 2017

This reverts the fix to match exhaustiveness checking so that it can be discussed. The new code is now hidden behind the never_type feature gate.

@rust-highfive

This comment has been minimized.

Copy link
Collaborator

rust-highfive commented Jan 25, 2017

r? @eddyb

(rust_highfive has picked a reviewer for you, use r? to override)

@canndrew

This comment has been minimized.

Copy link
Contributor Author

canndrew commented Jan 25, 2017

@nikomatsakis

This comment has been minimized.

Copy link
Contributor

nikomatsakis commented Jan 25, 2017

@bors r+

Thanks @canndrew !

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Jan 25, 2017

📌 Commit 2b7a23e has been approved by nikomatsakis

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Jan 27, 2017

Rollup merge of rust-lang#39290 - canndrew:hide-uninhabitedness, r=ni…
…komatsakis

Hide uninhabitedness checks behind feature gate

This reverts the fix to match exhaustiveness checking so that it can be discussed. The new code is now hidden behind the `never_type` feature gate.

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Jan 28, 2017

Rollup merge of rust-lang#39290 - canndrew:hide-uninhabitedness, r=ni…
…komatsakis

Hide uninhabitedness checks behind feature gate

This reverts the fix to match exhaustiveness checking so that it can be discussed. The new code is now hidden behind the `never_type` feature gate.

bors added a commit that referenced this pull request Jan 28, 2017

bors added a commit that referenced this pull request Jan 28, 2017

@bors bors merged commit 2b7a23e into rust-lang:master Jan 28, 2017

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.