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.10 Documenting aster v0.4.10 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.4.10/doc -L dependency=/home/cratesfyi/aster-0.4.10/debug -L dependency=/home/cratesfyi/aster-0.4.10/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/generics.rs:5 use syntax::owned_slice::OwnedSlice; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/path.rs:5 use syntax::owned_slice::OwnedSlice; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/ty_param.rs:3 use syntax::owned_slice::OwnedSlice; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/attr.rs:60 pub fn build_meta_item_(self, item: ast::MetaItem_) -> F::Result { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/attr.rs:68:31: 68:44 error: unresolved name `ast::MetaWord` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/attr.rs:68 self.build_meta_item_(ast::MetaWord(word.to_interned_string())) ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/attr.rs:156 impl<F> Invoke<ast::MetaItem_> for AttrBuilder<F> ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/src/attr.rs:161 fn invoke(self, item: ast::MetaItem_) -> F::Result { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/src/attr.rs:202 where I: IntoIterator<Item=ast::MetaItem_>, ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/src/attr.rs:214 pub fn with_meta_item_(self, item: ast::MetaItem_) -> Self { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/attr.rs:224:47: 224:60 error: unresolved name `ast::MetaWord` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/attr.rs:230:30: 230:43 error: unresolved name `ast::MetaWord` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/attr.rs:230 self.with_meta_item_(ast::MetaWord(word.to_interned_string())) ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/attr.rs:249:38: 249:51 error: unresolved name `ast::MetaList` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/attr.rs:249 let item = respan(self.span, ast::MetaList(self.name, self.items)); ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/attr.rs:264 impl<F> Invoke<ast::MetaItem_> for AttrListBuilder<F> ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/src/attr.rs:269 fn invoke(self, item: ast::MetaItem_) -> Self { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/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.10/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.10/src/attr.rs:285:20: 285:38 error: unresolved name `ast::MetaNameValue` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/attr.rs:285 let item = ast::MetaNameValue(self.name, (*value).clone()); ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:50:36: 50:46 error: type name `ast::Expr_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:50 pub fn build_expr_(self, expr: ast::Expr_) -> F::Result { ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:50:36: 50: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.10/src/expr.rs:60:26: 60:46 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:60 self.build_expr_(ast::Expr_::ExprPath(None, path)) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:64:26: 64:46 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:64 self.build_expr_(ast::Expr_::ExprPath(Some(qself), path)) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:82:26: 82:45 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:82 self.build_expr_(ast::Expr_::ExprLit(lit)) ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:156:26: 156:40 error: unresolved name `ast::ExprUnary` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:156 self.build_expr_(ast::ExprUnary(unop, expr)) ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:160:26: 160:38 error: unresolved name `ast::UnDeref` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:160 self.build_unary(ast::UnDeref, expr) ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:164:26: 164:36 error: unresolved name `ast::UnNot` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:164 self.build_unary(ast::UnNot, expr) ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:168:26: 168:36 error: unresolved name `ast::UnNeg` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:168 self.build_unary(ast::UnNeg, expr) ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:179:20: 179:32 error: unresolved name `ast::UnDeref` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:179 self.unary(ast::UnDeref) ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:183:20: 183:30 error: unresolved name `ast::UnNot` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:183 self.unary(ast::UnNot) ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:187:20: 187:30 error: unresolved name `ast::UnNeg` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:187 self.unary(ast::UnNeg) ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:192:16: 192:27 error: type name `ast::BinOp_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:192 binop: ast::BinOp_, ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:192:16: 192: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.10/src/expr.rs:197:26: 197:48 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:197 self.build_expr_(ast::Expr_::ExprBinary(binop, lhs, rhs)) ^~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:201:27: 201:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:201 self.build_binary(ast::BinOp_::BiAdd, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:205:27: 205:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:205 self.build_binary(ast::BinOp_::BiSub, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:209:27: 209:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:209 self.build_binary(ast::BinOp_::BiMul, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:213:27: 213:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:213 self.build_binary(ast::BinOp_::BiDiv, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:217:27: 217:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:217 self.build_binary(ast::BinOp_::BiRem, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:221:27: 221:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:221 self.build_binary(ast::BinOp_::BiAnd, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:225:27: 225:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:225 self.build_binary(ast::BinOp_::BiOr, lhs, rhs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:229:27: 229:48 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:229 self.build_binary(ast::BinOp_::BiBitXor, lhs, rhs) ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:233:27: 233:48 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:233 self.build_binary(ast::BinOp_::BiBitAnd, lhs, rhs) ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:237:27: 237:47 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:237 self.build_binary(ast::BinOp_::BiBitOr, lhs, rhs) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:241:27: 241:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:241 self.build_binary(ast::BinOp_::BiShl, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:245:27: 245:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:245 self.build_binary(ast::BinOp_::BiShr, lhs, rhs) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:249:27: 249:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:249 self.build_binary(ast::BinOp_::BiEq, lhs, rhs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:253:27: 253:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:253 self.build_binary(ast::BinOp_::BiLt, lhs, rhs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:257:27: 257:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:257 self.build_binary(ast::BinOp_::BiLe, lhs, rhs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:261:27: 261:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:261 self.build_binary(ast::BinOp_::BiNe, lhs, rhs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:265:27: 265:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:265 self.build_binary(ast::BinOp_::BiGe, lhs, rhs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:269:27: 269:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:269 self.build_binary(ast::BinOp_::BiGt, lhs, rhs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:272:32: 272:43 error: type name `ast::BinOp_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:272 pub fn binary(self, binop: ast::BinOp_) -> ExprBuilder<ExprBinaryLhsBuilder<F>> { ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:272:32: 272: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.10/src/expr.rs:280:21: 280:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:280 self.binary(ast::BinOp_::BiAdd) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:284:21: 284:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:284 self.binary(ast::BinOp_::BiSub) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:288:21: 288:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:288 self.binary(ast::BinOp_::BiMul) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:292:21: 292:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:292 self.binary(ast::BinOp_::BiDiv) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:296:21: 296:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:296 self.binary(ast::BinOp_::BiRem) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:300:21: 300:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:300 self.binary(ast::BinOp_::BiAnd) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:304:21: 304:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:304 self.binary(ast::BinOp_::BiOr) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:308:21: 308:42 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:308 self.binary(ast::BinOp_::BiBitXor) ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:312:21: 312:42 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:312 self.binary(ast::BinOp_::BiBitAnd) ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:316:21: 316:41 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:316 self.binary(ast::BinOp_::BiBitOr) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:320:21: 320:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:320 self.binary(ast::BinOp_::BiShl) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:324:21: 324:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:324 self.binary(ast::BinOp_::BiShr) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:328:21: 328:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:328 self.binary(ast::BinOp_::BiEq) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:332:21: 332:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:332 self.binary(ast::BinOp_::BiLt) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:336:21: 336:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:336 self.binary(ast::BinOp_::BiLe) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:340:21: 340:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:340 self.binary(ast::BinOp_::BiNe) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:344:21: 344:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:344 self.binary(ast::BinOp_::BiGe) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:348:21: 348:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:348 self.binary(ast::BinOp_::BiGt) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:579:26: 579:40 error: unresolved name `ast::ExprBlock` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:579 self.build_expr_(ast::ExprBlock(block)) ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:604:12: 604:23 error: type name `ast::BinOp_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:604 binop: ast::BinOp_, ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:604:12: 604: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.10/src/expr.rs:623:12: 623:23 error: type name `ast::BinOp_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:623 binop: ast::BinOp_, ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:623:12: 623: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.10/src/expr.rs:659:34: 659:46 error: unresolved name `ast::ExprTup` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:659 self.builder.build_expr_(ast::ExprTup(self.exprs)) ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:738:21: 738:36 error: unresolved name `ast::ExprStruct` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:738 let expr_ = ast::ExprStruct(self.path, self.fields, None); ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:749:21: 749:36 error: unresolved name `ast::ExprStruct` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:749 let expr_ = ast::ExprStruct(self.path, self.fields, Some(expr)); ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:824:34: 824:47 error: unresolved name `ast::ExprCall` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:824 self.builder.build_expr_(ast::ExprCall(self.fn_, self.args)) ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:905:34: 905:53 error: unresolved name `ast::ExprMethodCall` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:905 self.builder.build_expr_(ast::ExprMethodCall(self.id, self.tys, self.args)) ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:942:34: 942:49 error: unresolved name `ast::ExprAddrOf` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:942 self.builder.build_expr_(ast::ExprAddrOf(self.mutability, expr)) ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:978:34: 978:48 error: unresolved name `ast::ExprParen` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:978 self.builder.build_expr_(ast::ExprParen(expr)) ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:995:34: 995:48 error: unresolved name `ast::ExprField` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:995 self.builder.build_expr_(ast::ExprField(expr, self.id)) ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:1012:34: 1012:51 error: unresolved name `ast::ExprTupField` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:1012 self.builder.build_expr_(ast::ExprTupField(expr, self.index)) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:1038:34: 1038:46 error: unresolved name `ast::ExprVec` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:1038 self.builder.build_expr_(ast::ExprVec(self.exprs)) ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/fn_decl.rs:152:21: 152:37 error: unresolved name `ast::BindByValue` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/fn_decl.rs:152 ast::BindByValue(ast::Mutability::MutImmutable), ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/fn_decl.rs:151:23: 151:36 error: unresolved name `ast::PatIdent` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/fn_decl.rs:151 node: ast::PatIdent( ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:75:47: 75:57 error: type name `ast::Item_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:75 pub fn build_item_<T>(self, id: T, item_: ast::Item_) -> F::Result ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:75:47: 75: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.10/src/item.rs:100:20: 100:32 error: unresolved name `ast::ItemUse` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:100 let item = ast::ItemUse(P(respan(self.span, view_path))); ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:101:26: 101:56 error: failed to resolve. Could not find `special_idents` in `syntax::parse::token` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:101 self.build_item_(token::special_idents::invalid, item) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:277:43: 277:61 error: failed to resolve. Could not find `Item_` in `syntax::ast` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:277 self.builder.build_item_(self.id, ast::Item_::ItemFn( ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:389:44: 389:60 error: `ast::PathListMod` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:389 self.idents.push(respan(self.span, ast::PathListMod { ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:399:44: 399:62 error: `ast::PathListIdent` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:399 self.idents.push(respan(self.span, ast::PathListIdent { ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:462:18: 462:32 error: type name `ast::StructDef` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:462 impl<F> Invoke<P<ast::StructDef>> for ItemStructBuilder<F> ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:462:18: 462: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.10/src/item.rs:467:35: 467:49 error: type name `ast::StructDef` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:467 fn invoke(self, struct_def: P<ast::StructDef>) -> F::Result { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:467:35: 467: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.10/src/item.rs:468:23: 468:38 error: unresolved name `ast::ItemStruct` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:468 let struct_ = ast::ItemStruct(struct_def, self.generics); ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:508:26: 508:40 error: `ast::StructDef` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:508 let struct_def = ast::StructDef { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:512:23: 512:38 error: unresolved name `ast::ItemStruct` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:512 let struct_ = ast::ItemStruct(P(struct_def), self.generics); ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:620:21: 620:34 error: unresolved name `ast::ItemEnum` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:620 let enum_ = ast::ItemEnum(enum_def, self.generics); ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:658:23: 658:43 error: unresolved name `ast::ItemExternCrate` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:658 let extern_ = ast::ItemExternCrate(Some(name)); ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:663:23: 663:43 error: unresolved name `ast::ItemExternCrate` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:663 let extern_ = ast::ItemExternCrate(None); ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:686:24: 686:36 error: unresolved name `ast::ItemMac` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:686 let item_mac = ast::ItemMac(mac); ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:731:19: 731:30 error: unresolved name `ast::ItemTy` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:731 let ty_ = ast::ItemTy(ty, self.generics); ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:804:19: 804:32 error: unresolved name `ast::ItemImpl` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:804 let ty_ = ast::ItemImpl( ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:811:34: 811:64 error: failed to resolve. Could not find `special_idents` in `syntax::parse::token` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:811 self.builder.build_item_(token::special_idents::invalid, ty_) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:937:35: 937:49 error: type name `ast::ImplItem_` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:937 pub fn build_item(self, node: ast::ImplItem_) -> F::Result { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:937:35: 937: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.10/src/item.rs:966:20: 966:38 error: unresolved name `ast::ConstImplItem` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:966 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.10/src/item.rs:977:20: 977:39 error: unresolved name `ast::MethodImplItem` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:977 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.10/src/item.rs:988:20: 988:37 error: unresolved name `ast::TypeImplItem` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:988 let node = ast::TypeImplItem(ty); ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:999:20: 999:36 error: unresolved name `ast::MacImplItem` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:999 let node = ast::MacImplItem(mac); ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:1017:18: 1017:32 error: unresolved name `ast::ItemConst` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:1017 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.10/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.10/src/lit.rs:37 pub fn build_lit(self, lit: ast::Lit_) -> F::Result { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:45:24: 45:36 error: unresolved name `ast::LitBool` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lit.rs:45 self.build_lit(ast::LitBool(value)) ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:49 let sign = ast::Sign::new(value); ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lit.rs:50:50: 50:71 error: unresolved name `ast::UnsuffixedIntLit` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lit.rs:50 self.build_lit(ast::LitInt(value as u64, ast::UnsuffixedIntLit(sign))) ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lit.rs:50:24: 50:35 error: unresolved name `ast::LitInt` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lit.rs:50 self.build_lit(ast::LitInt(value as u64, ast::UnsuffixedIntLit(sign))) ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:54 let sign = ast::Sign::new(value); ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lit.rs:55:24: 55:35 error: unresolved name `ast::LitInt` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:79:24: 79:35 error: unresolved name `ast::LitInt` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lit.rs:79 self.build_lit(ast::LitInt(value, ast::LitIntType::UnsignedIntLit(ty))) ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lit.rs:105:24: 105:37 error: unresolved name `ast::LitFloat` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lit.rs:105 self.build_lit(ast::LitFloat(value.to_interned_string(), ty)) ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lit.rs:124:43: 124:57 error: unresolved name `ast::CookedStr` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lit.rs:124 self.build_lit(ast::LitStr(value, ast::CookedStr)) ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lit.rs:124:24: 124:35 error: unresolved name `ast::LitStr` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lit.rs:124 self.build_lit(ast::LitStr(value, ast::CookedStr)) ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/mac.rs:23:17: 23:31 error: type name `ast::TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/mac.rs:23 tokens: Vec<ast::TokenTree>, ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/mac.rs:23:17: 23:31 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/mac.rs:59:19: 59:34 error: unresolved name `ast::EMPTY_CTXT` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/mac.rs:59 ctxt: ast::EMPTY_CTXT, ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/method.rs:51 explicit_self: respan(DUMMY_SP, ast::ExplicitSelf_::SelfStatic), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/method.rs:199 pub fn build_self_(self, self_: ast::ExplicitSelf_) -> F::Result { ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/src/method.rs:205 self.build_self_(ast::ExplicitSelf_::SelfStatic) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/method.rs:209 self.build_self_(ast::ExplicitSelf_::SelfValue("self".to_ident())) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/method.rs:213 self.build_self_(ast::ExplicitSelf_::SelfRegion( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/method.rs:223 self.build_self_(ast::ExplicitSelf_::SelfRegion( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/method.rs:231 self.build_self_(ast::ExplicitSelf_::SelfRegion( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/method.rs:241 self.build_self_(ast::ExplicitSelf_::SelfRegion( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/method.rs:261 self.build_self_(ast::ExplicitSelf_::SelfExplicit(ty, "self".to_ident())) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/pat.rs:46 pub fn build_pat_(self, pat_: ast::Pat_) -> F::Result { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/src/pat.rs:56 self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildSingle)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/pat.rs:56 self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildSingle)) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/pat.rs:60 self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildMulti)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/pat.rs:60 self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildMulti)) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/pat.rs:68 self.build_pat_(ast::Pat_::PatIdent(mode, id, sub)) ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/src/pat.rs:304 self.0.build_pat_(ast::Pat_::PatLit(expr)) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/pat.rs:328:33: 328:44 error: unresolved name `ast::PatTup` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/pat.rs:328 self.builder.build_pat_(ast::PatTup(self.pats)) ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/stmt.rs:45 pub fn build_stmt_(self, stmt_: ast::Stmt_) -> F::Result { ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/src/stmt.rs:62 let decl = respan(self.span, ast::Decl_::DeclLocal(P(local))); ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/stmt.rs:64:26: 64:39 error: unresolved name `ast::StmtDecl` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/stmt.rs:64 self.build_stmt_(ast::StmtDecl(P(decl), ast::DUMMY_NODE_ID)) ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/stmt.rs:79 self.build_stmt_(ast::Stmt_::StmtExpr(expr, ast::DUMMY_NODE_ID)) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/stmt.rs:93 let decl = respan(self.span, ast::Decl_::DeclItem(item)); ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/stmt.rs:94:26: 94:39 error: unresolved name `ast::StmtDecl` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/stmt.rs:94 self.build_stmt_(ast::StmtDecl(P(decl), ast::DUMMY_NODE_ID)) ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/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.10/src/struct_def.rs:25 where F: Invoke<P<ast::StructDef>> ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/src/struct_def.rs:60 self.callback.invoke(P(ast::StructDef { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/struct_def.rs:68 where F: Invoke<P<ast::StructDef>>, ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/src/struct_def.rs:82 kind: ast::StructFieldKind, ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/struct_def.rs:108:56: 108:70 error: unresolved name `ast::Inherited` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/struct_def.rs:108 kind: ast::StructFieldKind::NamedField(id, ast::Inherited), ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/struct_def.rs:108 kind: ast::StructFieldKind::NamedField(id, ast::Inherited), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/struct_def.rs:117:54: 117:68 error: unresolved name `ast::Inherited` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/struct_def.rs:117 kind: ast::StructFieldKind::UnnamedField(ast::Inherited), ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/struct_def.rs:117 kind: ast::StructFieldKind::UnnamedField(ast::Inherited), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/struct_def.rs:129 ast::StructFieldKind::NamedField(_, ref mut vis) => { *vis = ast::Public; } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/struct_def.rs:129:74: 129:85 error: unresolved name `ast::Public` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/struct_def.rs:129 ast::StructFieldKind::NamedField(_, ref mut vis) => { *vis = ast::Public; } ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/struct_def.rs:130 ast::StructFieldKind::UnnamedField(ref mut vis) => { *vis = ast::Public; } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/struct_def.rs:130:73: 130:84 error: unresolved name `ast::Public` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/struct_def.rs:130 ast::StructFieldKind::UnnamedField(ref mut vis) => { *vis = ast::Public; } ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/struct_def.rs:141 let field = ast::StructField_ { ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/ty.rs:45 pub fn build_ty_(self, ty_: ast::Ty_) -> F::Result { ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/src/ty.rs:61 self.build_ty_(ast::Ty_::TyPath(None, path)) ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/ty.rs:65 self.build_ty_(ast::Ty_::TyPath(Some(qself), path)) ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/ty.rs:136 self.build_ty_(ast::Ty_::TyVec(ty)) ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/ty.rs:147:25: 147:42 error: unresolved name `ast::MutImmutable` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/ty.rs:147 mutability: ast::MutImmutable, ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/ty.rs:152:24: 152:36 error: unresolved name `ast::TyInfer` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/ty.rs:152 self.build_ty_(ast::TyInfer) ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/ty.rs:222:27: 222:42 error: unresolved name `ast::MutMutable` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/ty.rs:222 self.mutability = ast::MutMutable; ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/ty.rs:242:32: 242:43 error: unresolved name `ast::TyRptr` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/ty.rs:242 self.builder.build_ty_(ast::TyRptr(self.lifetime, ty)) ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/ty.rs:369:32: 369:42 error: unresolved name `ast::TyTup` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/ty.rs:369 self.builder.build_ty_(ast::TyTup(self.tys)) ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/variant.rs:67 pub fn build_variant_kind(self, kind: ast::VariantKind) -> F::Result { ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/variant.rs:104:15: 104:30 error: type name `ast::VariantArg` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/variant.rs:104 args: Vec<ast::VariantArg>, ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/variant.rs:104:15: 104: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.10/src/variant.rs:120:24: 120:39 error: `ast::VariantArg` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/variant.rs:120 self.args.push(ast::VariantArg { ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/variant.rs:132:20: 132:41 error: unresolved name `ast::TupleVariantKind` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/variant.rs:132 let kind = ast::TupleVariantKind(self.args); ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/variant.rs:173:18: 173:32 error: type name `ast::StructDef` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/variant.rs:173 impl<F> Invoke<P<ast::StructDef>> for VariantStructBuilder<F> ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/variant.rs:173:18: 173: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.10/src/variant.rs:178:35: 178:49 error: type name `ast::StructDef` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/variant.rs:178 fn invoke(self, struct_def: P<ast::StructDef>) -> F::Result { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/variant.rs:178:35: 178: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.10/src/variant.rs:179:20: 179:42 error: unresolved name `ast::StructVariantKind` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/variant.rs:179 let kind = ast::StructVariantKind(struct_def); ^~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/block.rs:34 block_check_mode: ast::BlockCheckMode::DefaultBlock, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/block.rs:45 self.block_check_mode = ast::BlockCheckMode::UnsafeBlock(source); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/block.rs:79:20: 79:30 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/block.rs:79 stmts: self.stmts, ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/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.10/src/block.rs:79 stmts: self.stmts, ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/block.rs:80 expr: expr, ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:51:22: 51:31 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:51 let expr = P(ast::Expr { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:354:25: 354: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.10/src/expr.rs:354 mutability: ast::Mutability::MutImmutable, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/expr.rs:361:25: 361: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.10/src/expr.rs:361 mutability: ast::Mutability::MutMutable, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/fn_decl.rs:65 let ret_ty = ast::FunctionRetTy::NoReturn(self.span); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/fn_decl.rs:70 let ret_ty = ast::FunctionRetTy::DefaultReturn(self.span); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/fn_decl.rs:75 self.build(ast::FunctionRetTy::Return(ty)) ^~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/fn_decl.rs:152 ast::BindByValue(ast::Mutability::MutImmutable), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/generics.rs:59 .with_ty_params(generics.ty_params.move_iter()) ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:618:23: 618:36 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:618 variants: self.variants, ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:618:23: 618:36 note: expected type `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Variant_>>` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:618:23: 618: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.10/src/item.rs:618:23: 618:36 note: expected struct `syntax::codemap::Spanned`, found struct `syntax::ptr::P` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:618 variants: self.variants, ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:938:20: 938:33 error: missing field `defaultness` in initializer of `syntax::ast::ImplItem` [E0063] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/item.rs:938 let item = ast::ImplItem { ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/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.10/src/lit.rs:59 self.build_int(value as i64, ast::IntTy::TyIs) ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:63 self.build_int(value as i64, ast::IntTy::TyI8) ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:67 self.build_int(value as i64, ast::IntTy::TyI16) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:71 self.build_int(value as i64, ast::IntTy::TyI32) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:75 self.build_int(value, ast::IntTy::TyI64) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:79 self.build_lit(ast::LitInt(value, ast::LitIntType::UnsignedIntLit(ty))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:83 self.build_uint(value as u64, ast::UintTy::TyUs) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:87 self.build_uint(value as u64, ast::UintTy::TyU8) ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:91 self.build_uint(value as u64, ast::UintTy::TyU16) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:95 self.build_uint(value as u64, ast::UintTy::TyU32) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:99 self.build_uint(value, ast::UintTy::TyU64) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:111 self.build_float(value, ast::FloatTy::TyF32) ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/lit.rs:117 self.build_float(value, ast::FloatTy::TyF64) ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/mac.rs:59:13: 59:17 error: structure `syntax::ast::Mac_` has no field named `ctxt` [E0560] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/mac.rs:59 ctxt: ast::EMPTY_CTXT, ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/mac.rs:112:49: 112:67 error: the trait bound `std::vec::Vec<syntax::feature_gate::GatedCfg>: syntax::ext::base::MacroLoader` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/mac.rs:112 let mut cx = ExtCtxt::new(&sess, cfg, ecfg, feature_gated_cfgs); ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/mac.rs:112:49: 112:67 note: required for the cast to the object type `syntax::ext::base::MacroLoader` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/method.rs:54 output: ast::FunctionRetTy::NoReturn(DUMMY_SP), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/method.rs:124 explicit_self: self.explicit_self, ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/method.rs:215 ast::Mutability::MutImmutable, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/method.rs:225 ast::Mutability::MutImmutable, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/method.rs:233 ast::Mutability::MutMutable, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/method.rs:243 ast::Mutability::MutMutable, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/pat.rs:74 let mode = ast::BindingMode::BindByValue(ast::Mutability::MutImmutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/pat.rs:74 let mode = ast::BindingMode::BindByValue(ast::Mutability::MutImmutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/pat.rs:81 let mode = ast::BindingMode::BindByValue(ast::Mutability::MutMutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/pat.rs:81 let mode = ast::BindingMode::BindByValue(ast::Mutability::MutMutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/pat.rs:88 let mode = ast::BindingMode::BindByRef(ast::Mutability::MutImmutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/pat.rs:88 let mode = ast::BindingMode::BindByRef(ast::Mutability::MutImmutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/pat.rs:95 let mode = ast::BindingMode::BindByRef(ast::Mutability::MutMutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/pat.rs:95 let mode = ast::BindingMode::BindByRef(ast::Mutability::MutMutable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/path.rs:268 let parameters = ast::PathParameters::AngleBracketedParameters(data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/stmt.rs:47:20: 47:24 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/stmt.rs:47 self.build(stmt) ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/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.10/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.10/src/stmt.rs:47 self.build(stmt) ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/stmt.rs:54 let local = ast::Local { ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/struct_def.rs:147:30: 147:54 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/struct_def.rs:147 self.callback.invoke(respan(self.span, field)) ^~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/struct_def.rs:147:30: 147:54 note: expected type `syntax::ast::StructField` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/struct_def.rs:147:30: 147:54 note: found type `syntax::codemap::Spanned<_>` .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/struct_def.rs:147 self.callback.invoke(respan(self.span, field)) ^~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/variant.rs:71 kind: kind, ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/variant.rs:71:13: 71:17 help: did you mean `data`? .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/variant.rs:71 kind: kind, ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/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.10/src/variant.rs:72 id: ast::DUMMY_NODE_ID, ^~ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `aster v0.4.10`, intermediate artifacts can be found at `/home/cratesfyi/aster-0.4.10`, cause: ChainedError { error: Could not document `aster`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.4.10/doc -L dependency=/home/cratesfyi/aster-0.4.10/debug -L dependency=/home/cratesfyi/aster-0.4.10/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.