Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading aster v0.4.1 Documenting aster v0.4.1 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.4.1/doc -L dependency=/home/cratesfyi/aster-0.4.1/debug -L dependency=/home/cratesfyi/aster-0.4.1/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/generics.rs:5:5: 5:36 error: unresolved import `syntax::owned_slice::OwnedSlice`. Could not find `owned_slice` in `syntax` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/generics.rs:5 use syntax::owned_slice::OwnedSlice; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/path.rs:5:5: 5:36 error: unresolved import `syntax::owned_slice::OwnedSlice`. Could not find `owned_slice` in `syntax` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/path.rs:5 use syntax::owned_slice::OwnedSlice; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty_param.rs:3:5: 3:36 error: unresolved import `syntax::owned_slice::OwnedSlice`. Could not find `owned_slice` in `syntax` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty_param.rs:3 use syntax::owned_slice::OwnedSlice; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:35:20: 35:34 error: unresolved name `ast::AttrOuter` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:35 style: ast::AttrOuter, ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:46:22: 46:36 error: unresolved name `ast::AttrInner` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:46 self.style = ast::AttrInner; ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:60:41: 60:55 error: type name `ast::MetaItem_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:60 pub fn build_meta_item_(self, item: ast::MetaItem_) -> F::Result { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:60:41: 60:55 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:68:31: 68:44 error: unresolved name `ast::MetaWord` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:68 self.build_meta_item_(ast::MetaWord(word.to_interned_string())) ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:156:16: 156:30 error: type name `ast::MetaItem_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:156 impl<F> Invoke<ast::MetaItem_> for AttrBuilder<F> ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:156:16: 156:30 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:161:27: 161:41 error: type name `ast::MetaItem_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:161 fn invoke(self, item: ast::MetaItem_) -> F::Result { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:161:27: 161:41 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:202:36: 202:50 error: type name `ast::MetaItem_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:202 where I: IntoIterator<Item=ast::MetaItem_>, ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:202:36: 202:50 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:214:40: 214:54 error: type name `ast::MetaItem_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:214 pub fn with_meta_item_(self, item: ast::MetaItem_) -> Self { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:214:40: 214:54 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:224:47: 224:60 error: unresolved name `ast::MetaWord` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:224 self.with_meta_items_(iter.map(|word| ast::MetaWord(word.to_interned_string()))) ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:230:30: 230:43 error: unresolved name `ast::MetaWord` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:230 self.with_meta_item_(ast::MetaWord(word.to_interned_string())) ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:249:38: 249:51 error: unresolved name `ast::MetaList` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:249 let item = respan(self.span, ast::MetaList(self.name, self.items)); ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:264:16: 264:30 error: type name `ast::MetaItem_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:264 impl<F> Invoke<ast::MetaItem_> for AttrListBuilder<F> ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:264:16: 264:30 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:269:27: 269:41 error: type name `ast::MetaItem_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:269 fn invoke(self, item: ast::MetaItem_) -> Self { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:269:27: 269:41 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:281:16: 281:30 error: type name `ast::MetaItem_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:281 impl<F: Invoke<ast::MetaItem_>> Invoke<P<ast::Lit>> for AttrNameValueBuilder<F> { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:281:16: 281:30 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:285:20: 285:38 error: unresolved name `ast::MetaNameValue` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/attr.rs:285 let item = ast::MetaNameValue(self.name, (*value).clone()); ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:48:36: 48:46 error: type name `ast::Expr_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:48 pub fn build_expr_(self, expr: ast::Expr_) -> F::Result { ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:48:36: 48:46 help: no candidates by the name of `Expr_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:58:26: 58:46 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:58 self.build_expr_(ast::Expr_::ExprPath(None, path)) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:62:26: 62:46 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:62 self.build_expr_(ast::Expr_::ExprPath(Some(qself), path)) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:80:26: 80:45 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:80 self.build_expr_(ast::Expr_::ExprLit(lit)) ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:154:26: 154:40 error: unresolved name `ast::ExprUnary` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:154 self.build_expr_(ast::ExprUnary(unop, expr)) ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:158:26: 158:37 error: unresolved name `ast::UnUniq` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:158 self.build_unary(ast::UnUniq, expr) ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:162:26: 162:38 error: unresolved name `ast::UnDeref` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:162 self.build_unary(ast::UnDeref, expr) ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:166:26: 166:36 error: unresolved name `ast::UnNot` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:166 self.build_unary(ast::UnNot, expr) ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:170:26: 170:36 error: unresolved name `ast::UnNeg` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:170 self.build_unary(ast::UnNeg, expr) ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:188:20: 188:32 error: unresolved name `ast::UnDeref` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:188 self.unary(ast::UnDeref) ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:192:20: 192:30 error: unresolved name `ast::UnNot` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:192 self.unary(ast::UnNot) ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:196:20: 196:30 error: unresolved name `ast::UnNeg` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:196 self.unary(ast::UnNeg) ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:201:16: 201:27 error: type name `ast::BinOp_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:201 binop: ast::BinOp_, ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:201:16: 201:27 help: no candidates by the name of `BinOp_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:206:26: 206:48 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:206 self.build_expr_(ast::Expr_::ExprBinary(binop, lhs, rhs)) ^~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:210:27: 210:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:210 self.build_binary(ast::BinOp_::BiAdd, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:214:27: 214:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:214 self.build_binary(ast::BinOp_::BiSub, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:218:27: 218:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:218 self.build_binary(ast::BinOp_::BiMul, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:222:27: 222:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:222 self.build_binary(ast::BinOp_::BiDiv, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:226:27: 226:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:226 self.build_binary(ast::BinOp_::BiRem, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:230:27: 230:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:230 self.build_binary(ast::BinOp_::BiAnd, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:234:27: 234:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:234 self.build_binary(ast::BinOp_::BiOr, lhs, rhs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:238:27: 238:48 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:238 self.build_binary(ast::BinOp_::BiBitXor, lhs, rhs) ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:242:27: 242:48 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:242 self.build_binary(ast::BinOp_::BiBitAnd, lhs, rhs) ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:246:27: 246:47 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:246 self.build_binary(ast::BinOp_::BiBitOr, lhs, rhs) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:250:27: 250:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:250 self.build_binary(ast::BinOp_::BiShl, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:254:27: 254:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:254 self.build_binary(ast::BinOp_::BiShr, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:258:27: 258:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:258 self.build_binary(ast::BinOp_::BiEq, lhs, rhs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:262:27: 262:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:262 self.build_binary(ast::BinOp_::BiLt, lhs, rhs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:266:27: 266:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:266 self.build_binary(ast::BinOp_::BiLe, lhs, rhs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:270:27: 270:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:270 self.build_binary(ast::BinOp_::BiNe, lhs, rhs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:274:27: 274:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:274 self.build_binary(ast::BinOp_::BiGe, lhs, rhs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:278:27: 278:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:278 self.build_binary(ast::BinOp_::BiGt, lhs, rhs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:281:32: 281:43 error: type name `ast::BinOp_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:281 pub fn binary(self, binop: ast::BinOp_) -> ExprBuilder<ExprBinaryLhsBuilder<F>> { ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:281:32: 281:43 help: no candidates by the name of `BinOp_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:289:21: 289:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:289 self.binary(ast::BinOp_::BiAdd) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:293:21: 293:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:293 self.binary(ast::BinOp_::BiSub) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:297:21: 297:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:297 self.binary(ast::BinOp_::BiMul) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:301:21: 301:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:301 self.binary(ast::BinOp_::BiDiv) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:305:21: 305:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:305 self.binary(ast::BinOp_::BiRem) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:309:21: 309:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:309 self.binary(ast::BinOp_::BiAnd) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:313:21: 313:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:313 self.binary(ast::BinOp_::BiOr) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:317:21: 317:42 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:317 self.binary(ast::BinOp_::BiBitXor) ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:321:21: 321:42 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:321 self.binary(ast::BinOp_::BiBitAnd) ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:325:21: 325:41 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:325 self.binary(ast::BinOp_::BiBitOr) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:329:21: 329:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:329 self.binary(ast::BinOp_::BiShl) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:333:21: 333:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:333 self.binary(ast::BinOp_::BiShr) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:337:21: 337:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:337 self.binary(ast::BinOp_::BiEq) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:341:21: 341:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:341 self.binary(ast::BinOp_::BiLt) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:345:21: 345:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:345 self.binary(ast::BinOp_::BiLe) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:349:21: 349:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:349 self.binary(ast::BinOp_::BiNe) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:353:21: 353:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:353 self.binary(ast::BinOp_::BiGe) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:357:21: 357:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:357 self.binary(ast::BinOp_::BiGt) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:588:26: 588:40 error: unresolved name `ast::ExprBlock` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:588 self.build_expr_(ast::ExprBlock(block)) ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:613:12: 613:23 error: type name `ast::BinOp_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:613 binop: ast::BinOp_, ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:613:12: 613:23 help: no candidates by the name of `BinOp_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:632:12: 632:23 error: type name `ast::BinOp_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:632 binop: ast::BinOp_, ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:632:12: 632:23 help: no candidates by the name of `BinOp_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:668:34: 668:46 error: unresolved name `ast::ExprTup` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:668 self.builder.build_expr_(ast::ExprTup(self.exprs)) ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:747:21: 747:36 error: unresolved name `ast::ExprStruct` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:747 let expr_ = ast::ExprStruct(self.path, self.fields, None); ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:758:21: 758:36 error: unresolved name `ast::ExprStruct` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:758 let expr_ = ast::ExprStruct(self.path, self.fields, Some(expr)); ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:833:34: 833:47 error: unresolved name `ast::ExprCall` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:833 self.builder.build_expr_(ast::ExprCall(self.fn_, self.args)) ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:914:34: 914:53 error: unresolved name `ast::ExprMethodCall` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:914 self.builder.build_expr_(ast::ExprMethodCall(self.id, self.tys, self.args)) ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:951:34: 951:49 error: unresolved name `ast::ExprAddrOf` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:951 self.builder.build_expr_(ast::ExprAddrOf(self.mutability, expr)) ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:987:34: 987:48 error: unresolved name `ast::ExprParen` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:987 self.builder.build_expr_(ast::ExprParen(expr)) ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:1004:34: 1004:48 error: unresolved name `ast::ExprField` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:1004 self.builder.build_expr_(ast::ExprField(expr, self.id)) ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:1021:34: 1021:51 error: unresolved name `ast::ExprTupField` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:1021 self.builder.build_expr_(ast::ExprTupField(expr, self.index)) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:1047:34: 1047:46 error: unresolved name `ast::ExprVec` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:1047 self.builder.build_expr_(ast::ExprVec(self.exprs)) ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/fn_decl.rs:152:21: 152:37 error: unresolved name `ast::BindByValue` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/fn_decl.rs:152 ast::BindByValue(ast::Mutability::MutImmutable), ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/fn_decl.rs:151:23: 151:36 error: unresolved name `ast::PatIdent` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/fn_decl.rs:151 node: ast::PatIdent( ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:73:47: 73:57 error: type name `ast::Item_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:73 pub fn build_item_<T>(self, id: T, item_: ast::Item_) -> F::Result ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:73:47: 73:57 help: no candidates by the name of `Item_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:98:20: 98:32 error: unresolved name `ast::ItemUse` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:98 let item = ast::ItemUse(P(respan(self.span, view_path))); ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:99:26: 99:56 error: failed to resolve. Could not find `special_idents` in `syntax::parse::token` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:99 self.build_item_(token::special_idents::invalid, item) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:275:43: 275:61 error: failed to resolve. Could not find `Item_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:275 self.builder.build_item_(self.id, ast::Item_::ItemFn( ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:387:44: 387:60 error: `ast::PathListMod` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:387 self.idents.push(respan(self.span, ast::PathListMod { ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:397:44: 397:62 error: `ast::PathListIdent` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:397 self.idents.push(respan(self.span, ast::PathListIdent { ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:460:18: 460:32 error: type name `ast::StructDef` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:460 impl<F> Invoke<P<ast::StructDef>> for ItemStructBuilder<F> ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:460:18: 460:32 help: no candidates by the name of `StructDef` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:465:35: 465:49 error: type name `ast::StructDef` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:465 fn invoke(self, struct_def: P<ast::StructDef>) -> F::Result { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:465:35: 465:49 help: no candidates by the name of `StructDef` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:466:23: 466:38 error: unresolved name `ast::ItemStruct` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:466 let struct_ = ast::ItemStruct(struct_def, self.generics); ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:506:26: 506:40 error: `ast::StructDef` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:506 let struct_def = ast::StructDef { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:510:23: 510:38 error: unresolved name `ast::ItemStruct` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:510 let struct_ = ast::ItemStruct(P(struct_def), self.generics); ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:618:21: 618:34 error: unresolved name `ast::ItemEnum` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:618 let enum_ = ast::ItemEnum(enum_def, self.generics); ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:656:23: 656:43 error: unresolved name `ast::ItemExternCrate` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:656 let extern_ = ast::ItemExternCrate(Some(name)); ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:661:23: 661:43 error: unresolved name `ast::ItemExternCrate` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:661 let extern_ = ast::ItemExternCrate(None); ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:684:24: 684:36 error: unresolved name `ast::ItemMac` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:684 let item_mac = ast::ItemMac(mac); ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:729:19: 729:30 error: unresolved name `ast::ItemTy` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:729 let ty_ = ast::ItemTy(ty, self.generics); ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:802:19: 802:32 error: unresolved name `ast::ItemImpl` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:802 let ty_ = ast::ItemImpl( ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:809:34: 809:64 error: failed to resolve. Could not find `special_idents` in `syntax::parse::token` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:809 self.builder.build_item_(token::special_idents::invalid, ty_) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:935:35: 935:49 error: type name `ast::ImplItem_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:935 pub fn build_item(self, node: ast::ImplItem_) -> F::Result { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:935:35: 935:49 help: no candidates by the name of `ImplItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:964:20: 964:38 error: unresolved name `ast::ConstImplItem` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:964 let node = ast::ConstImplItem(const_.ty, const_.expr.expect("an expr is required for a const impl item")); ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:975:20: 975:39 error: unresolved name `ast::MethodImplItem` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:975 let node = ast::MethodImplItem(method.sig, method.block.expect("a block is required for a method impl item")); ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:986:20: 986:37 error: unresolved name `ast::TypeImplItem` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:986 let node = ast::TypeImplItem(ty); ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:997:20: 997:36 error: unresolved name `ast::MacImplItem` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:997 let node = ast::MacImplItem(mac); ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:1015:18: 1015:32 error: unresolved name `ast::ItemConst` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:1015 let ty = ast::ItemConst(const_.ty, const_.expr.expect("an expr is required for a const item")); ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:37:33: 37:42 error: type name `ast::Lit_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:37 pub fn build_lit(self, lit: ast::Lit_) -> F::Result { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:37:33: 37:42 help: no candidates by the name of `Lit_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:45:24: 45:36 error: unresolved name `ast::LitBool` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:45 self.build_lit(ast::LitBool(value)) ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:49:20: 49:34 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:49 let sign = ast::Sign::new(value); ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:50:50: 50:71 error: unresolved name `ast::UnsuffixedIntLit` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:50 self.build_lit(ast::LitInt(value as u64, ast::UnsuffixedIntLit(sign))) ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:50:24: 50:35 error: unresolved name `ast::LitInt` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:50 self.build_lit(ast::LitInt(value as u64, ast::UnsuffixedIntLit(sign))) ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:54:20: 54:34 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:54 let sign = ast::Sign::new(value); ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:55:24: 55:35 error: unresolved name `ast::LitInt` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:55 self.build_lit(ast::LitInt(value as u64, ast::LitIntType::SignedIntLit(ty, sign))) ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:79:24: 79:35 error: unresolved name `ast::LitInt` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:79 self.build_lit(ast::LitInt(value, ast::LitIntType::UnsignedIntLit(ty))) ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:105:24: 105:37 error: unresolved name `ast::LitFloat` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:105 self.build_lit(ast::LitFloat(value.to_interned_string(), ty)) ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:124:43: 124:57 error: unresolved name `ast::CookedStr` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:124 self.build_lit(ast::LitStr(value, ast::CookedStr)) ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:124:24: 124:35 error: unresolved name `ast::LitStr` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:124 self.build_lit(ast::LitStr(value, ast::CookedStr)) ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:21:17: 21:31 error: type name `ast::TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:21 tokens: Vec<ast::TokenTree>, ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:21:17: 21:31 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:51:45: 51:75 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:51 explicit_self: respan(DUMMY_SP, ast::ExplicitSelf_::SelfStatic), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:199:37: 199:55 error: type name `ast::ExplicitSelf_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:199 pub fn build_self_(self, self_: ast::ExplicitSelf_) -> F::Result { ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:199:37: 199:55 help: no candidates by the name of `ExplicitSelf_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:205:26: 205:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:205 self.build_self_(ast::ExplicitSelf_::SelfStatic) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:209:26: 209:55 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:209 self.build_self_(ast::ExplicitSelf_::SelfValue("self".to_ident())) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:213:26: 213:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:213 self.build_self_(ast::ExplicitSelf_::SelfRegion( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:223:26: 223:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:223 self.build_self_(ast::ExplicitSelf_::SelfRegion( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:231:26: 231:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:231 self.build_self_(ast::ExplicitSelf_::SelfRegion( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:241:26: 241:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:241 self.build_self_(ast::ExplicitSelf_::SelfRegion( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:261:26: 261:58 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:261 self.build_self_(ast::ExplicitSelf_::SelfExplicit(ty, "self".to_ident())) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:46:35: 46:44 error: type name `ast::Pat_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:46 pub fn build_pat_(self, pat_: ast::Pat_) -> F::Result { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:46:35: 46:44 help: no candidates by the name of `Pat_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:56:44: 56:75 error: failed to resolve. Could not find `PatWildKind` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:56 self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildSingle)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:56:25: 56:43 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:56 self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildSingle)) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:60:44: 60:74 error: failed to resolve. Could not find `PatWildKind` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:60 self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildMulti)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:60:25: 60:43 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:60 self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildMulti)) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:68:25: 68:44 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:68 self.build_pat_(ast::Pat_::PatIdent(mode, id, sub)) ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:174:33: 174:51 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:174 self.builder.build_pat_(ast::Pat_::PatEnum(self.path, Some(self.pats))) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:265:33: 265:53 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:265 self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, true)) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:269:33: 269:53 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:269 self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, false)) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:304:27: 304:44 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:304 self.0.build_pat_(ast::Pat_::PatLit(expr)) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:328:33: 328:44 error: unresolved name `ast::PatTup` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:328 self.builder.build_pat_(ast::PatTup(self.pats)) ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:45:37: 45:47 error: type name `ast::Stmt_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:45 pub fn build_stmt_(self, stmt_: ast::Stmt_) -> F::Result { ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:45:37: 45:47 help: no candidates by the name of `Stmt_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:62:38: 62:59 error: failed to resolve. Could not find `Decl_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:62 let decl = respan(self.span, ast::Decl_::DeclLocal(P(local))); ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:64:26: 64:39 error: unresolved name `ast::StmtDecl` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:64 self.build_stmt_(ast::StmtDecl(P(decl), ast::DUMMY_NODE_ID)) ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:79:26: 79:46 error: failed to resolve. Could not find `Stmt_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:79 self.build_stmt_(ast::Stmt_::StmtExpr(expr, ast::DUMMY_NODE_ID)) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:93:38: 93:58 error: failed to resolve. Could not find `Decl_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:93 let decl = respan(self.span, ast::Decl_::DeclItem(item)); ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:94:26: 94:39 error: unresolved name `ast::StmtDecl` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:94 self.build_stmt_(ast::StmtDecl(P(decl), ast::DUMMY_NODE_ID)) ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:154:28: 154:48 error: failed to resolve. Could not find `Stmt_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:154 self.0.build_stmt_(ast::Stmt_::StmtSemi(expr, ast::DUMMY_NODE_ID)) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:25:23: 25:37 error: type name `ast::StructDef` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:25 where F: Invoke<P<ast::StructDef>> ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:25:23: 25:37 help: no candidates by the name of `StructDef` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:60:32: 60:46 error: `ast::StructDef` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:60 self.callback.invoke(P(ast::StructDef { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:68:23: 68:37 error: type name `ast::StructDef` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:68 where F: Invoke<P<ast::StructDef>>, ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:68:23: 68:37 help: no candidates by the name of `StructDef` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:82:11: 82:31 error: type name `ast::StructFieldKind` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:82 kind: ast::StructFieldKind, ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:82:11: 82:31 help: no candidates by the name of `StructFieldKind` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:108:56: 108:70 error: unresolved name `ast::Inherited` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:108 kind: ast::StructFieldKind::NamedField(id, ast::Inherited), ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:108:19: 108:51 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:108 kind: ast::StructFieldKind::NamedField(id, ast::Inherited), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:117:54: 117:68 error: unresolved name `ast::Inherited` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:117 kind: ast::StructFieldKind::UnnamedField(ast::Inherited), ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:117:19: 117:53 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:117 kind: ast::StructFieldKind::UnnamedField(ast::Inherited), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:129:13: 129:45 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:129 ast::StructFieldKind::NamedField(_, ref mut vis) => { *vis = ast::Public; } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:129:74: 129:85 error: unresolved name `ast::Public` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:129 ast::StructFieldKind::NamedField(_, ref mut vis) => { *vis = ast::Public; } ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:130:13: 130:47 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:130 ast::StructFieldKind::UnnamedField(ref mut vis) => { *vis = ast::Public; } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:130:73: 130:84 error: unresolved name `ast::Public` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:130 ast::StructFieldKind::UnnamedField(ref mut vis) => { *vis = ast::Public; } ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:141:21: 141:38 error: `ast::StructField_` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:141 let field = ast::StructField_ { ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:45:33: 45:41 error: type name `ast::Ty_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:45 pub fn build_ty_(self, ty_: ast::Ty_) -> F::Result { ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:45:33: 45:41 help: no candidates by the name of `Ty_` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:61:24: 61:40 error: failed to resolve. Could not find `Ty_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:61 self.build_ty_(ast::Ty_::TyPath(None, path)) ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:65:24: 65:40 error: failed to resolve. Could not find `Ty_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:65 self.build_ty_(ast::Ty_::TyPath(Some(qself), path)) ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:136:24: 136:39 error: failed to resolve. Could not find `Ty_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:136 self.build_ty_(ast::Ty_::TyVec(ty)) ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:147:25: 147:42 error: unresolved name `ast::MutImmutable` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:147 mutability: ast::MutImmutable, ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:152:24: 152:36 error: unresolved name `ast::TyInfer` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:152 self.build_ty_(ast::TyInfer) ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:222:27: 222:42 error: unresolved name `ast::MutMutable` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:222 self.mutability = ast::MutMutable; ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:242:32: 242:43 error: unresolved name `ast::TyRptr` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:242 self.builder.build_ty_(ast::TyRptr(self.lifetime, ty)) ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:369:32: 369:42 error: unresolved name `ast::TyTup` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ty.rs:369 self.builder.build_ty_(ast::TyTup(self.tys)) ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:67:43: 67:59 error: type name `ast::VariantKind` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:67 pub fn build_variant_kind(self, kind: ast::VariantKind) -> F::Result { ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:67:43: 67:59 help: no candidates by the name of `VariantKind` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:105:15: 105:30 error: type name `ast::VariantArg` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:105 args: Vec<ast::VariantArg>, ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:105:15: 105:30 help: no candidates by the name of `VariantArg` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:121:24: 121:39 error: `ast::VariantArg` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:121 self.args.push(ast::VariantArg { ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:133:20: 133:41 error: unresolved name `ast::TupleVariantKind` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:133 let kind = ast::TupleVariantKind(self.args); ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:174:18: 174:32 error: type name `ast::StructDef` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:174 impl<F> Invoke<P<ast::StructDef>> for VariantStructBuilder<F> ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:174:18: 174:32 help: no candidates by the name of `StructDef` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:179:35: 179:49 error: type name `ast::StructDef` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:179 fn invoke(self, struct_def: P<ast::StructDef>) -> F::Result { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:179:35: 179:49 help: no candidates by the name of `StructDef` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:180:20: 180:42 error: unresolved name `ast::StructVariantKind` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:180 let kind = ast::StructVariantKind(struct_def); ^~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/block.rs:34:31: 34:64 error: no associated item named `DefaultBlock` found for type `syntax::ast::BlockCheckMode` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/block.rs:34 block_check_mode: ast::BlockCheckMode::DefaultBlock, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/block.rs:45:33: 45:65 error: no associated item named `UnsafeBlock` found for type `syntax::ast::BlockCheckMode` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/block.rs:45 self.block_check_mode = ast::BlockCheckMode::UnsafeBlock(source); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/block.rs:79:20: 79:30 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/block.rs:79 stmts: self.stmts, ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/block.rs:79:20: 79:30 note: expected type `std::vec::Vec<syntax::ast::Stmt>` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/block.rs:79:20: 79:30 note: found type `std::vec::Vec<syntax::ptr::P<syntax::ast::Stmt>>` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/block.rs:79:20: 79:30 note: expected struct `syntax::ast::Stmt`, found struct `syntax::ptr::P` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/block.rs:79 stmts: self.stmts, ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/block.rs:80:13: 80:17 error: structure `syntax::ast::Block` has no field named `expr` [E0560] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/block.rs:80 expr: expr, ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:49:22: 49:31 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:49 let expr = P(ast::Expr { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:363:25: 363:54 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:363 mutability: ast::Mutability::MutImmutable, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:370:25: 370:52 error: no associated item named `MutMutable` found for type `syntax::ast::Mutability` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/expr.rs:370 mutability: ast::Mutability::MutMutable, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/fn_decl.rs:65:22: 65:50 error: no associated item named `NoReturn` found for type `syntax::ast::FunctionRetTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/fn_decl.rs:65 let ret_ty = ast::FunctionRetTy::NoReturn(self.span); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/fn_decl.rs:70:22: 70:55 error: no associated item named `DefaultReturn` found for type `syntax::ast::FunctionRetTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/fn_decl.rs:70 let ret_ty = ast::FunctionRetTy::DefaultReturn(self.span); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/fn_decl.rs:75:20: 75:46 error: no associated item named `Return` found for type `syntax::ast::FunctionRetTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/fn_decl.rs:75 self.build(ast::FunctionRetTy::Return(ty)) ^~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/fn_decl.rs:152:38: 152:67 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/fn_decl.rs:152 ast::BindByValue(ast::Mutability::MutImmutable), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/generics.rs:59:48: 59:57 error: no method named `move_iter` found for type `syntax::ptr::P<[syntax::ast::TyParam]>` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/generics.rs:59 .with_ty_params(generics.ty_params.move_iter()) ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ident.rs:19:9: 19:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/ident.rs:19 ast::Ident::new(*self) ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:616:23: 616:36 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:616 variants: self.variants, ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:616:23: 616:36 note: expected type `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Variant_>>` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:616:23: 616:36 note: found type `std::vec::Vec<syntax::ptr::P<syntax::codemap::Spanned<syntax::ast::Variant_>>>` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:616:23: 616:36 note: expected struct `syntax::codemap::Spanned`, found struct `syntax::ptr::P` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:616 variants: self.variants, ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:685:34: 685:49 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:685 self.builder.build_item_(ast::Ident::new(ast::Name(0)), item_mac) ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:936:20: 936:33 error: missing field `defaultness` in initializer of `syntax::ast::ImplItem` [E0063] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/item.rs:936 let item = ast::ImplItem { ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:55:50: 55:79 error: no associated item named `SignedIntLit` found for type `syntax::ast::LitIntType` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:55 self.build_lit(ast::LitInt(value as u64, ast::LitIntType::SignedIntLit(ty, sign))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:59:38: 59:54 error: no associated item named `TyIs` found for type `syntax::ast::IntTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:59 self.build_int(value as i64, ast::IntTy::TyIs) ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:63:38: 63:54 error: no associated item named `TyI8` found for type `syntax::ast::IntTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:63 self.build_int(value as i64, ast::IntTy::TyI8) ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:67:38: 67:55 error: no associated item named `TyI16` found for type `syntax::ast::IntTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:67 self.build_int(value as i64, ast::IntTy::TyI16) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:71:38: 71:55 error: no associated item named `TyI32` found for type `syntax::ast::IntTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:71 self.build_int(value as i64, ast::IntTy::TyI32) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:75:31: 75:48 error: no associated item named `TyI64` found for type `syntax::ast::IntTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:75 self.build_int(value, ast::IntTy::TyI64) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:79:43: 79:74 error: no associated item named `UnsignedIntLit` found for type `syntax::ast::LitIntType` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:79 self.build_lit(ast::LitInt(value, ast::LitIntType::UnsignedIntLit(ty))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:83:39: 83:56 error: no associated item named `TyUs` found for type `syntax::ast::UintTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:83 self.build_uint(value as u64, ast::UintTy::TyUs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:87:39: 87:56 error: no associated item named `TyU8` found for type `syntax::ast::UintTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:87 self.build_uint(value as u64, ast::UintTy::TyU8) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:91:39: 91:57 error: no associated item named `TyU16` found for type `syntax::ast::UintTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:91 self.build_uint(value as u64, ast::UintTy::TyU16) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:95:39: 95:57 error: no associated item named `TyU32` found for type `syntax::ast::UintTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:95 self.build_uint(value as u64, ast::UintTy::TyU32) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:99:32: 99:50 error: no associated item named `TyU64` found for type `syntax::ast::UintTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:99 self.build_uint(value, ast::UintTy::TyU64) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:111:33: 111:52 error: no associated item named `TyF32` found for type `syntax::ast::FloatTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:111 self.build_float(value, ast::FloatTy::TyF32) ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:117:33: 117:52 error: no associated item named `TyF64` found for type `syntax::ast::FloatTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lit.rs:117 self.build_float(value, ast::FloatTy::TyF64) ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:54:19: 54:40 error: no associated item named `MacInvocTT` found for type `syntax::ast::Mac_` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:54 let mac = ast::Mac_::MacInvocTT( ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:96:13: 96:17 error: structure `syntax::codemap::NameAndSpan` has no field named `name` [E0560] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:96 name: "test".to_string(), ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:97:21: 97:44 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:97 format: codemap::MacroAttribute, ^~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:97:21: 97:44 note: expected type `syntax::codemap::ExpnFormat` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:97:21: 97:44 note: found type `fn(syntax::ast::Name) -> syntax::codemap::ExpnFormat {syntax::codemap::MacroAttribute}` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:97:21: 97:44 note: expected enum `syntax::codemap::ExpnFormat`, found fn item .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:97 format: codemap::MacroAttribute, ^~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:106:18: 106:48 error: this function takes 4 parameters but 3 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:106 let mut cx = ExtCtxt::new(&sess, cfg, ecfg); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/mac.rs:106:18: 106:48 note: the following parameter types were expected: &syntax::parse::ParseSess, std::vec::Vec<syntax::ptr::P<syntax::codemap::Spanned<syntax::ast::MetaItemKind>>>, syntax::ext::expand::ExpansionConfig<'_>, &mut syntax::ext::base::MacroLoader .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:54:25: 54:53 error: no associated item named `NoReturn` found for type `syntax::ast::FunctionRetTy` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:54 output: ast::FunctionRetTy::NoReturn(DUMMY_SP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:124:13: 124:26 error: structure `syntax::ast::MethodSig` has no field named `explicit_self` [E0560] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:124 explicit_self: self.explicit_self, ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:215:13: 215:42 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:215 ast::Mutability::MutImmutable, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:225:13: 225:42 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:225 ast::Mutability::MutImmutable, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:233:13: 233:40 error: no associated item named `MutMutable` found for type `syntax::ast::Mutability` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:233 ast::Mutability::MutMutable, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:243:13: 243:40 error: no associated item named `MutMutable` found for type `syntax::ast::Mutability` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/method.rs:243 ast::Mutability::MutMutable, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:74:20: 74:49 error: no associated item named `BindByValue` found for type `syntax::ast::BindingMode` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:74 let mode = ast::BindingMode::BindByValue(ast::Mutability::MutImmutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:74:50: 74:79 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:74 let mode = ast::BindingMode::BindByValue(ast::Mutability::MutImmutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:81:20: 81:49 error: no associated item named `BindByValue` found for type `syntax::ast::BindingMode` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:81 let mode = ast::BindingMode::BindByValue(ast::Mutability::MutMutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:81:50: 81:77 error: no associated item named `MutMutable` found for type `syntax::ast::Mutability` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:81 let mode = ast::BindingMode::BindByValue(ast::Mutability::MutMutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:88:20: 88:47 error: no associated item named `BindByRef` found for type `syntax::ast::BindingMode` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:88 let mode = ast::BindingMode::BindByRef(ast::Mutability::MutImmutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:88:48: 88:77 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:88 let mode = ast::BindingMode::BindByRef(ast::Mutability::MutImmutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:95:20: 95:47 error: no associated item named `BindByRef` found for type `syntax::ast::BindingMode` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:95 let mode = ast::BindingMode::BindByRef(ast::Mutability::MutMutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:95:48: 95:75 error: no associated item named `MutMutable` found for type `syntax::ast::Mutability` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/pat.rs:95 let mode = ast::BindingMode::BindByRef(ast::Mutability::MutMutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/path.rs:268:26: 268:71 error: no associated item named `AngleBracketedParameters` found for type `syntax::ast::PathParameters` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/path.rs:268 let parameters = ast::PathParameters::AngleBracketedParameters(data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:47:20: 47:24 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:47 self.build(stmt) ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:47:20: 47:24 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:47:20: 47:24 note: found type `syntax::ptr::P<syntax::codemap::Spanned<_>>` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:47:20: 47:24 note: expected struct `syntax::ast::Stmt`, found struct `syntax::codemap::Spanned` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:47 self.build(stmt) ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:54:21: 54:31 error: missing field `attrs` in initializer of `syntax::ast::Local` [E0063] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/stmt.rs:54 let local = ast::Local { ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:147:30: 147:54 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:147 self.callback.invoke(respan(self.span, field)) ^~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:147:30: 147:54 note: expected type `syntax::ast::StructField` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:147:30: 147:54 note: found type `syntax::codemap::Spanned<_>` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:147:30: 147:54 note: expected struct `syntax::ast::StructField`, found struct `syntax::codemap::Spanned` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/struct_def.rs:147 self.callback.invoke(respan(self.span, field)) ^~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:71:13: 71:17 error: structure `syntax::ast::Variant_` has no field named `kind` [E0560] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:71 kind: kind, ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:71:13: 71:17 help: did you mean `data`? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:71 kind: kind, ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:72:13: 72:15 error: structure `syntax::ast::Variant_` has no field named `id` [E0560] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:72 id: ast::DUMMY_NODE_ID, ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:74:13: 74:16 error: structure `syntax::ast::Variant_` has no field named `vis` [E0560] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/variant.rs:74 vis: ast::Visibility::Inherited, ^~~ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `aster v0.4.1`, intermediate artifacts can be found at `/home/cratesfyi/aster-0.4.1`, cause: ChainedError { error: Could not document `aster`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.1/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.4.1/doc -L dependency=/home/cratesfyi/aster-0.4.1/debug -L dependency=/home/cratesfyi/aster-0.4.1/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.