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

rustfmt-nightly not building on latest nightly #2307

Closed
vignesh-sankaran opened this issue Dec 23, 2017 · 4 comments
Closed

rustfmt-nightly not building on latest nightly #2307

vignesh-sankaran opened this issue Dec 23, 2017 · 4 comments
Labels
bug Panic, non-idempotency, invalid code, etc.

Comments

@vignesh-sankaran
Copy link

On the nightly version rustc 1.24.0-nightly (5165ee9e2 2017-12-22), I get the following error while building rustfmt:

error[E0063]: missing field `recovered` in initializer of `syntax::ast::Block`
   --> /Users/vignesh/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/rustfmt-nightly-0.3.3/src/closures.rs:127:17
    |
127 |     let block = ast::Block {
    |                 ^^^^^^^^^^ missing `recovered`
@topecongiro topecongiro added the bug Panic, non-idempotency, invalid code, etc. label Dec 23, 2017
@topecongiro
Copy link
Contributor

Caused by rust-lang/rust#46732.

@vignesh-sankaran
Copy link
Author

What can we do to fix it? Or do we have to wait for a fix upstream?

@topecongiro
Copy link
Contributor

I am currently working on it. The new version will be published within an hour.

@topecongiro
Copy link
Contributor

Published 0.3.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Panic, non-idempotency, invalid code, etc.
Projects
None yet
Development

No branches or pull requests

2 participants