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

Build fails on Rust nightly #2

Closed
ivan opened this issue Oct 31, 2015 · 3 comments
Closed

Build fails on Rust nightly #2

ivan opened this issue Oct 31, 2015 · 3 comments

Comments

@ivan
Copy link
Contributor

ivan commented Oct 31, 2015

# cargo run
    Updating registry `https://github.com/rust-lang/crates.io-index`
 Downloading power-assert v0.3.0
   Compiling power-assert v0.3.0
/home/at/.cargo/registry/src/github.com-0a35038f75765ae4/power-assert-0.3.0/src/convert.rs:104:17: 104:35 error: this pattern has 3 fields, but the corresponding variant has 2 fields [E0023]
/home/at/.cargo/registry/src/github.com-0a35038f75765ae4/power-assert-0.3.0/src/convert.rs:104                 ExprMatch(_, _, _) => {
                                                                                                               ^~~~~~~~~~~~~~~~~~
/home/at/.cargo/registry/src/github.com-0a35038f75765ae4/power-assert-0.3.0/src/convert.rs:104:17: 104:35 help: run `rustc --explain E0023` to see a detailed explanation
error: aborting due to previous error
Could not compile `power-assert`.

To learn more, run the command again with --verbose.
# rustc --version
rustc 1.6.0-nightly (2e07996a9 2015-10-29)
@ivan
Copy link
Contributor Author

ivan commented Oct 31, 2015

Broken by rust-lang/rust@ba43c22 in rust-lang/rust#28857

@gifnksm
Copy link
Owner

gifnksm commented Oct 31, 2015

Thank you for reporting 😸

@ivan
Copy link
Contributor Author

ivan commented Oct 31, 2015

Thanks for the fix, this is really neat :-)

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

2 participants