This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was 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
Description
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