Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Does not compile on rustc 1.14.0-nightly (3f4408347 2016-10-27) #118

Closed
dtolnay opened this issue Oct 28, 2016 · 1 comment
Closed

Does not compile on rustc 1.14.0-nightly (3f4408347 2016-10-27) #118

dtolnay opened this issue Oct 28, 2016 · 1 comment
Assignees

Comments

@dtolnay
Copy link
Contributor

dtolnay commented Oct 28, 2016

error[E0063]: missing field `is_shorthand` in initializer of `syntax::ast::Field`
    --> src/expr.rs:1120:21
     |
1120 |         let field = ast::Field {
     |                     ^^^^^^^^^^ missing `is_shorthand`

is_shorthand added in rust-lang/rust#11994

@dtolnay
Copy link
Contributor Author

dtolnay commented Oct 29, 2016

Syntex update in serde-deprecated/syntex#102.

@dtolnay dtolnay self-assigned this Oct 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant