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

Does not compile on 1.23.0-nightly (269cf5026 2017-10-28) #2096

Closed
dtolnay opened this issue Oct 29, 2017 · 0 comments
Closed

Does not compile on 1.23.0-nightly (269cf5026 2017-10-28) #2096

dtolnay opened this issue Oct 29, 2017 · 0 comments

Comments

@dtolnay
Copy link
Member

dtolnay commented Oct 29, 2017

https://github.com/rust-lang-nursery/rustfmt/blob/485ef93e4912f80aed68867f7dfc163f5662d3a4/src/items.rs#L2714

error[E0004]: non-exhaustive patterns: `Ty` not covered
    --> .cargo/registry/src/github.com-1ecc6299db9ec823/rustfmt-nightly-0.2.12/src/items.rs:2714:30
     |
2714 |         let item_str = match self.node {
     |                              ^^^^^^^^^ pattern `Ty` not covered

The new variant is from rust-lang/rust#44295 which merged yesterday.

@nrc nrc closed this as completed in 9656627 Oct 29, 2017
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

No branches or pull requests

1 participant