You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded to rustc 1.27.0-nightly (e82261dfb 2018-05-03) and rocket 0.3.9:
error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope
--> /Users/skarchebnyy/.cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:339:9
|
339 | ExprKind::TupField(indexed_expr, i) => {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind`
error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope
--> /Users/skarchebnyy/.cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:340:51
|
340 | let remake = |new_expr: Vec<P<Expr>>| ExprKind::TupField(new_expr[0].clone(), i);
| ^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind`
The text was updated successfully, but these errors were encountered:
Upgraded to
rustc 1.27.0-nightly (e82261dfb 2018-05-03)
and rocket 0.3.9:The text was updated successfully, but these errors were encountered: