aster 0.8.0

A libsyntax ast builder
Build #3496 2016-08-02T07:38:55.024816+00:00
# 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`
Documenting aster v0.8.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.8.0/doc -L dependency=/home/cratesfyi/aster-0.8.0/debug -L dependency=/home/cratesfyi/aster-0.8.0/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/generics.rs:5 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/path.rs:5 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/ty_param.rs:3 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/attr.rs:60     pub fn build_meta_item_(self, item: ast::MetaItem_) -> F::Result {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/attr.rs:68:31: 68:44 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/attr.rs:68         self.build_meta_item_(ast::MetaWord(word.to_interned_string()))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/attr.rs:156 impl<F> Invoke<ast::MetaItem_> for AttrBuilder<F>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/attr.rs:161     fn invoke(self, item: ast::MetaItem_) -> F::Result {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/attr.rs:202         where I: IntoIterator<Item=ast::MetaItem_>,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/attr.rs:214     pub fn with_meta_item_(self, item: ast::MetaItem_) -> Self {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/attr.rs:224:47: 224:60 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/attr.rs:230:30: 230:43 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/attr.rs:230         self.with_meta_item_(ast::MetaWord(word.to_interned_string()))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/attr.rs:249:38: 249:51 error: unresolved name `ast::MetaList` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/attr.rs:249         let item = respan(self.span, ast::MetaList(self.name, self.items));
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/attr.rs:264 impl<F> Invoke<ast::MetaItem_> for AttrListBuilder<F>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/attr.rs:269     fn invoke(self, item: ast::MetaItem_) -> Self {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/attr.rs:281 impl<F: Invoke<ast::MetaItem_>> Invoke<P<ast::Lit>> for AttrNameValueBuilder<F> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/attr.rs:285:20: 285:38 error: unresolved name `ast::MetaNameValue` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/attr.rs:285         let item = ast::MetaNameValue(self.name, (*value).clone());
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:50     pub fn build_expr_(self, expr: ast::Expr_) -> F::Result {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/expr.rs:60         self.build_expr_(ast::Expr_::ExprPath(None, path))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:64         self.build_expr_(ast::Expr_::ExprPath(Some(qself), path))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:82         self.build_expr_(ast::Expr_::ExprLit(lit))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:156:26: 156:40 error: unresolved name `ast::ExprUnary` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:156         self.build_expr_(ast::ExprUnary(unop, expr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:160:26: 160:38 error: unresolved name `ast::UnDeref` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:160         self.build_unary(ast::UnDeref, expr)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:164:26: 164:36 error: unresolved name `ast::UnNot` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:164         self.build_unary(ast::UnNot, expr)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:168:26: 168:36 error: unresolved name `ast::UnNeg` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:168         self.build_unary(ast::UnNeg, expr)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:179:20: 179:32 error: unresolved name `ast::UnDeref` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:179         self.unary(ast::UnDeref)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:183:20: 183:30 error: unresolved name `ast::UnNot` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:183         self.unary(ast::UnNot)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:187:20: 187:30 error: unresolved name `ast::UnNeg` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:187         self.unary(ast::UnNeg)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:192         binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/expr.rs:197         self.build_expr_(ast::Expr_::ExprBinary(binop, lhs, rhs))
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:201         self.build_binary(ast::BinOp_::BiAdd, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:205         self.build_binary(ast::BinOp_::BiSub, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:209         self.build_binary(ast::BinOp_::BiMul, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:213         self.build_binary(ast::BinOp_::BiDiv, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:217         self.build_binary(ast::BinOp_::BiRem, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:221         self.build_binary(ast::BinOp_::BiAnd, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:225         self.build_binary(ast::BinOp_::BiOr, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:229         self.build_binary(ast::BinOp_::BiBitXor, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:233         self.build_binary(ast::BinOp_::BiBitAnd, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:237         self.build_binary(ast::BinOp_::BiBitOr, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:241         self.build_binary(ast::BinOp_::BiShl, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:245         self.build_binary(ast::BinOp_::BiShr, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:249         self.build_binary(ast::BinOp_::BiEq, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:253         self.build_binary(ast::BinOp_::BiLt, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:257         self.build_binary(ast::BinOp_::BiLe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:261         self.build_binary(ast::BinOp_::BiNe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:265         self.build_binary(ast::BinOp_::BiGe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:269         self.build_binary(ast::BinOp_::BiGt, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:272     pub fn binary(self, binop: ast::BinOp_) -> ExprBuilder<ExprBinaryLhsBuilder<F>> {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/expr.rs:280         self.binary(ast::BinOp_::BiAdd)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:284         self.binary(ast::BinOp_::BiSub)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:288         self.binary(ast::BinOp_::BiMul)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:292         self.binary(ast::BinOp_::BiDiv)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:296         self.binary(ast::BinOp_::BiRem)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:300         self.binary(ast::BinOp_::BiAnd)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:304         self.binary(ast::BinOp_::BiOr)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:308         self.binary(ast::BinOp_::BiBitXor)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:312         self.binary(ast::BinOp_::BiBitAnd)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:316         self.binary(ast::BinOp_::BiBitOr)
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:320         self.binary(ast::BinOp_::BiShl)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:324         self.binary(ast::BinOp_::BiShr)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:328         self.binary(ast::BinOp_::BiEq)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:332         self.binary(ast::BinOp_::BiLt)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:336         self.binary(ast::BinOp_::BiLe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:340         self.binary(ast::BinOp_::BiNe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:344         self.binary(ast::BinOp_::BiGe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:348         self.binary(ast::BinOp_::BiGt)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:579:26: 579:40 error: unresolved name `ast::ExprBlock` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:579         self.build_expr_(ast::ExprBlock(block))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:604     binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/expr.rs:623     binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:659:34: 659:46 error: unresolved name `ast::ExprTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:659         self.builder.build_expr_(ast::ExprTup(self.exprs))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:738:21: 738:36 error: unresolved name `ast::ExprStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:738         let expr_ = ast::ExprStruct(self.path, self.fields, None);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:749:21: 749:36 error: unresolved name `ast::ExprStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:749         let expr_ = ast::ExprStruct(self.path, self.fields, Some(expr));
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:824:34: 824:47 error: unresolved name `ast::ExprCall` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:824         self.builder.build_expr_(ast::ExprCall(self.fn_, self.args))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:905:34: 905:53 error: unresolved name `ast::ExprMethodCall` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:905         self.builder.build_expr_(ast::ExprMethodCall(self.id, self.tys, self.args))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:942:34: 942:49 error: unresolved name `ast::ExprAddrOf` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:942         self.builder.build_expr_(ast::ExprAddrOf(self.mutability, expr))
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:978:34: 978:48 error: unresolved name `ast::ExprParen` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:978         self.builder.build_expr_(ast::ExprParen(expr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:995:34: 995:48 error: unresolved name `ast::ExprField` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:995         self.builder.build_expr_(ast::ExprField(expr, self.id))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:1012:34: 1012:51 error: unresolved name `ast::ExprTupField` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:1012         self.builder.build_expr_(ast::ExprTupField(expr, self.index))
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:1038:34: 1038:46 error: unresolved name `ast::ExprVec` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/expr.rs:1038         self.builder.build_expr_(ast::ExprVec(self.exprs))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/fn_decl.rs:152:21: 152:37 error: unresolved name `ast::BindByValue` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/fn_decl.rs:152                     ast::BindByValue(ast::Mutability::MutImmutable),
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/fn_decl.rs:151:23: 151:36 error: unresolved name `ast::PatIdent` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/fn_decl.rs:151                 node: ast::PatIdent(
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:80:47: 80:57 error: type name `ast::Item_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:80     pub fn build_item_<T>(self, id: T, item_: ast::Item_) -> F::Result
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:80:47: 80: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.8.0/src/item.rs:105:20: 105:32 error: unresolved name `ast::ItemUse` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:105         let item = ast::ItemUse(P(respan(self.span, view_path)));
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:106:26: 106:56 error: failed to resolve. Could not find `special_idents` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:106         self.build_item_(token::special_idents::invalid, item)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:135:23: 135:38 error: unresolved name `ast::ItemStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:135         let struct_ = ast::ItemStruct(data, generics);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:293:43: 293:61 error: failed to resolve. Could not find `Item_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:293         self.builder.build_item_(self.id, ast::Item_::ItemFn(
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:405:44: 405:60 error: `ast::PathListMod` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:405         self.idents.push(respan(self.span, ast::PathListMod {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:415:44: 415:62 error: `ast::PathListIdent` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:415         self.idents.push(respan(self.span, ast::PathListIdent {
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:484:23: 484:38 error: unresolved name `ast::ItemStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:484         let struct_ = ast::ItemStruct(data, self.generics);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:525:23: 525:38 error: unresolved name `ast::ItemStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:525         let struct_ = ast::ItemStruct(data, self.generics);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:633:21: 633:34 error: unresolved name `ast::ItemEnum` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:633         let enum_ = ast::ItemEnum(enum_def, self.generics);
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:671:23: 671:43 error: unresolved name `ast::ItemExternCrate` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:671         let extern_ = ast::ItemExternCrate(Some(name));
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:676:23: 676:43 error: unresolved name `ast::ItemExternCrate` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:676         let extern_ = ast::ItemExternCrate(None);
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:699:24: 699:36 error: unresolved name `ast::ItemMac` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:699         let item_mac = ast::ItemMac(mac);
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:744:19: 744:30 error: unresolved name `ast::ItemTy` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:744         let ty_ = ast::ItemTy(ty, self.generics);
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:817:19: 817:32 error: unresolved name `ast::ItemImpl` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:817         let ty_ = ast::ItemImpl(
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:824:34: 824:64 error: failed to resolve. Could not find `special_idents` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:824         self.builder.build_item_(token::special_idents::invalid, ty_)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:1030:18: 1030:32 error: unresolved name `ast::ItemConst` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:1030         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.8.0/src/lit.rs:40:33: 40:42 error: type name `ast::Lit_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:40     pub fn build_lit(self, lit: ast::Lit_) -> F::Result {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:40:33: 40: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.8.0/src/lit.rs:48:24: 48:36 error: unresolved name `ast::LitBool` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:48         self.build_lit(ast::LitBool(value))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:52:20: 52:34 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:52         let sign = ast::Sign::new(value);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:53:50: 53:71 error: unresolved name `ast::UnsuffixedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:53         self.build_lit(ast::LitInt(value as u64, ast::UnsuffixedIntLit(sign)))
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:53:24: 53:35 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:53         self.build_lit(ast::LitInt(value as u64, ast::UnsuffixedIntLit(sign)))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:57:20: 57:34 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:57         let sign = ast::Sign::new(value);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:58:24: 58:35 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:58         self.build_lit(ast::LitInt(value as u64, ast::LitIntType::SignedIntLit(ty, sign)))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:82:24: 82:35 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:82         self.build_lit(ast::LitInt(value, ast::LitIntType::UnsignedIntLit(ty)))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:108:24: 108:37 error: unresolved name `ast::LitFloat` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:108         self.build_lit(ast::LitFloat(value.to_interned_string(), ty))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:124:24: 124:36 error: unresolved name `ast::LitChar` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:124         self.build_lit(ast::LitChar(value))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:128:24: 128:36 error: unresolved name `ast::LitByte` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:128         self.build_lit(ast::LitByte(value))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:135:43: 135:57 error: unresolved name `ast::CookedStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:135         self.build_lit(ast::LitStr(value, ast::CookedStr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:135:24: 135:35 error: unresolved name `ast::LitStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:135         self.build_lit(ast::LitStr(value, ast::CookedStr))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:141:24: 141:39 error: unresolved name `ast::LitByteStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:141         self.build_lit(ast::LitByteStr(Rc::new(value.into())))
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/mac.rs:23     tokens: Vec<ast::TokenTree>,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/mac.rs:59:19: 59:34 error: unresolved name `ast::EMPTY_CTXT` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/mac.rs:59             ctxt: ast::EMPTY_CTXT,
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/method.rs:51             explicit_self: respan(DUMMY_SP, ast::ExplicitSelf_::SelfStatic),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/method.rs:199     pub fn build_self_(self, self_: ast::ExplicitSelf_) -> F::Result {
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/method.rs:205         self.build_self_(ast::ExplicitSelf_::SelfStatic)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/method.rs:209         self.build_self_(ast::ExplicitSelf_::SelfValue("self".to_ident()))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/method.rs:213         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/method.rs:223         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/method.rs:231         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/method.rs:241         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/method.rs:261         self.build_self_(ast::ExplicitSelf_::SelfExplicit(ty, "self".to_ident()))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/pat.rs:46     pub fn build_pat_(self, pat_: ast::Pat_) -> F::Result {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/pat.rs:56         self.build_pat_(ast::Pat_::PatWild)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:64:25: 64:44 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:64         self.build_pat_(ast::Pat_::PatIdent(mode, id, sub))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:170:33: 170:51 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:170         self.builder.build_pat_(ast::Pat_::PatEnum(self.path, Some(self.pats)))
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:261:33: 261:53 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:261         self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, true))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/pat.rs:265         self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, false))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:300:27: 300:44 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:300         self.0.build_pat_(ast::Pat_::PatLit(expr))
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:324:33: 324:44 error: unresolved name `ast::PatTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:324         self.builder.build_pat_(ast::PatTup(self.pats))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/stmt.rs:45     pub fn build_stmt_(self, stmt_: ast::Stmt_) -> F::Result {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/stmt.rs:62         let decl = respan(self.span, ast::Decl_::DeclLocal(P(local)));
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/stmt.rs:64:26: 64:39 error: unresolved name `ast::StmtDecl` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/stmt.rs:64         self.build_stmt_(ast::StmtDecl(P(decl), ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/stmt.rs:79         self.build_stmt_(ast::Stmt_::StmtExpr(expr, ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/stmt.rs:93         let decl = respan(self.span, ast::Decl_::DeclItem(item));
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/stmt.rs:94:26: 94:39 error: unresolved name `ast::StmtDecl` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/stmt.rs:94         self.build_stmt_(ast::StmtDecl(P(decl), ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/stmt.rs:154         self.0.build_stmt_(ast::Stmt_::StmtSemi(expr, ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:15:11: 15:31 error: type name `ast::StructFieldKind` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:15     kind: ast::StructFieldKind,
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:15:11: 15: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.8.0/src/struct_field.rs:41:56: 41:70 error: unresolved name `ast::Inherited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:41             kind: ast::StructFieldKind::NamedField(id, ast::Inherited),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:41:19: 41:51 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:41             kind: ast::StructFieldKind::NamedField(id, ast::Inherited),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:50:54: 50:68 error: unresolved name `ast::Inherited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:50             kind: ast::StructFieldKind::UnnamedField(ast::Inherited),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:50:19: 50:53 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:50             kind: ast::StructFieldKind::UnnamedField(ast::Inherited),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:62:13: 62:45 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:62             ast::StructFieldKind::NamedField(_, ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:62:74: 62:85 error: unresolved name `ast::Public` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:62             ast::StructFieldKind::NamedField(_, ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:63:13: 63:47 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:63             ast::StructFieldKind::UnnamedField(ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:63:73: 63:84 error: unresolved name `ast::Public` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:63             ast::StructFieldKind::UnnamedField(ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:74:21: 74:38 error: `ast::StructField_` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:74         let field = ast::StructField_ {
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/ty.rs:45     pub fn build_ty_(self, ty_: ast::Ty_) -> F::Result {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/ty.rs:61         self.build_ty_(ast::Ty_::TyPath(None, path))
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/ty.rs:65         self.build_ty_(ast::Ty_::TyPath(Some(qself), path))
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/ty.rs:136         self.build_ty_(ast::Ty_::TyVec(ty))
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/ty.rs:147:25: 147:42 error: unresolved name `ast::MutImmutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/ty.rs:147             mutability: ast::MutImmutable,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/ty.rs:152:24: 152:36 error: unresolved name `ast::TyInfer` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/ty.rs:152         self.build_ty_(ast::TyInfer)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/ty.rs:222:27: 222:42 error: unresolved name `ast::MutMutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/ty.rs:222         self.mutability = ast::MutMutable;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/ty.rs:242:32: 242:43 error: unresolved name `ast::TyRptr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/ty.rs:242         self.builder.build_ty_(ast::TyRptr(self.lifetime, ty))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/ty.rs:369:32: 369:42 error: unresolved name `ast::TyTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/ty.rs:369         self.builder.build_ty_(ast::TyTup(self.tys))
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/block.rs:34             block_check_mode: ast::BlockCheckMode::DefaultBlock,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/block.rs:45         self.block_check_mode = ast::BlockCheckMode::UnsafeBlock(source);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/block.rs:79:20: 79:30 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/block.rs:79             stmts: self.stmts,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/block.rs:79:20: 79:30 note: expected type `std::vec::Vec<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/block.rs:79             stmts: self.stmts,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/block.rs:80             expr: expr,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:51         let expr = P(ast::Expr {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:354             mutability: ast::Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/expr.rs:361             mutability: ast::Mutability::MutMutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/fn_decl.rs:65         let ret_ty = ast::FunctionRetTy::NoReturn(self.span);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/fn_decl.rs:70         let ret_ty = ast::FunctionRetTy::DefaultReturn(self.span);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/fn_decl.rs:75         self.build(ast::FunctionRetTy::Return(ty))
^~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/fn_decl.rs:152                     ast::BindByValue(ast::Mutability::MutImmutable),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/generics.rs:59             .with_ty_params(generics.ty_params.move_iter())
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:631:23: 631:36 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:631             variants: self.variants,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:631:23: 631:36 note: expected type `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Variant_>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:631:23: 631:36 note:    found type `std::vec::Vec<syntax::ptr::P<syntax::codemap::Spanned<syntax::ast::Variant_>>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:631:23: 631:36 note: expected struct `syntax::codemap::Spanned`, found struct `syntax::ptr::P` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:631             variants: self.variants,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:951:20: 951:33 error: missing field `defaultness` in initializer of `syntax::ast::ImplItem` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/item.rs:951         let item = ast::ImplItem {
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:58:50: 58: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.8.0/src/lit.rs:58         self.build_lit(ast::LitInt(value as u64, ast::LitIntType::SignedIntLit(ty, sign)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:62:38: 62: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.8.0/src/lit.rs:62         self.build_int(value as i64, ast::IntTy::TyIs)
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:66:38: 66: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.8.0/src/lit.rs:66         self.build_int(value as i64, ast::IntTy::TyI8)
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:70:38: 70: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.8.0/src/lit.rs:70         self.build_int(value as i64, ast::IntTy::TyI16)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:74:38: 74: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.8.0/src/lit.rs:74         self.build_int(value as i64, ast::IntTy::TyI32)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:78:31: 78: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.8.0/src/lit.rs:78         self.build_int(value, ast::IntTy::TyI64)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:82:43: 82: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.8.0/src/lit.rs:82         self.build_lit(ast::LitInt(value, ast::LitIntType::UnsignedIntLit(ty)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:86:39: 86: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.8.0/src/lit.rs:86         self.build_uint(value as u64, ast::UintTy::TyUs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:90:39: 90: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.8.0/src/lit.rs:90         self.build_uint(value as u64, ast::UintTy::TyU8)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:94:39: 94: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.8.0/src/lit.rs:94         self.build_uint(value as u64, ast::UintTy::TyU16)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:98:39: 98: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.8.0/src/lit.rs:98         self.build_uint(value as u64, ast::UintTy::TyU32)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:102:32: 102: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.8.0/src/lit.rs:102         self.build_uint(value, ast::UintTy::TyU64)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:114:33: 114: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.8.0/src/lit.rs:114         self.build_float(value, ast::FloatTy::TyF32)
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lit.rs:120:33: 120: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.8.0/src/lit.rs:120         self.build_float(value, ast::FloatTy::TyF64)
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/mac.rs:59             ctxt: ast::EMPTY_CTXT,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/mac.rs:112     let mut cx = ExtCtxt::new(&sess, cfg, ecfg, feature_gated_cfgs);
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/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.8.0/src/method.rs:54                 output: ast::FunctionRetTy::NoReturn(DUMMY_SP),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/method.rs:124             explicit_self: self.explicit_self,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/method.rs:215             ast::Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/method.rs:225             ast::Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/method.rs:233             ast::Mutability::MutMutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/method.rs:243             ast::Mutability::MutMutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:70:20: 70: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.8.0/src/pat.rs:70         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:70:50: 70: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.8.0/src/pat.rs:70         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:77:20: 77: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.8.0/src/pat.rs:77         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:77:50: 77: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.8.0/src/pat.rs:77         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:84:20: 84: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.8.0/src/pat.rs:84         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:84:48: 84: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.8.0/src/pat.rs:84         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:91:20: 91: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.8.0/src/pat.rs:91         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/pat.rs:91:48: 91: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.8.0/src/pat.rs:91         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/path.rs:268         let parameters = ast::PathParameters::AngleBracketedParameters(data);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/stmt.rs:47:20: 47:24 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/stmt.rs:47         self.build(stmt)
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/stmt.rs:47:20: 47:24 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/stmt.rs:47:20: 47:24 note:    found type `syntax::ptr::P<syntax::codemap::Spanned<_>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/stmt.rs:47         self.build(stmt)
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/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.8.0/src/stmt.rs:54         let local = ast::Local {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:80:30: 80:54 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:80         self.callback.invoke(respan(self.span, field))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:80:30: 80:54 note: expected type `syntax::ast::StructField` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:80:30: 80:54 note:    found type `syntax::codemap::Spanned<_>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:80:30: 80:54 note: expected struct `syntax::ast::StructField`, found struct `syntax::codemap::Spanned` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/struct_field.rs:80         self.callback.invoke(respan(self.span, field))
^~~~~~~~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `aster v0.8.0`, intermediate artifacts can be found at `/home/cratesfyi/aster-0.8.0`,
cause: ChainedError {
error: Could not document `aster`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.8.0/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.8.0/doc -L dependency=/home/cratesfyi/aster-0.8.0/debug -L dependency=/home/cratesfyi/aster-0.8.0/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.