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
On the nightly version rustc 1.24.0-nightly (5165ee9e2 2017-12-22), I get the following error while building rustfmt:
rustc 1.24.0-nightly (5165ee9e2 2017-12-22)
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`
The text was updated successfully, but these errors were encountered:
Caused by rust-lang/rust#46732.
Sorry, something went wrong.
What can we do to fix it? Or do we have to wait for a fix upstream?
I am currently working on it. The new version will be published within an hour.
Published 0.3.4.
No branches or pull requests
On the nightly version
rustc 1.24.0-nightly (5165ee9e2 2017-12-22)
, I get the following error while building rustfmt:The text was updated successfully, but these errors were encountered: