We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
9656627
No branches or pull requests
https://github.com/rust-lang-nursery/rustfmt/blob/485ef93e4912f80aed68867f7dfc163f5662d3a4/src/items.rs#L2714
The new variant is from rust-lang/rust#44295 which merged yesterday.
The text was updated successfully, but these errors were encountered: