[go: up one dir, main page]

aster 0.3.3

A libsyntax ast builder
Build #3511 2016-08-02 07:40:41

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.3.3
Documenting aster v0.3.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.3.3/doc -L dependency=/home/cratesfyi/aster-0.3.3/debug -L dependency=/home/cratesfyi/aster-0.3.3/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/generics.rs:5 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/path.rs:5 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/ty_param.rs:3 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/attr.rs:35:20: 35:34 error: unresolved name `ast::AttrOuter` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/attr.rs:35             style: ast::AttrOuter,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/attr.rs:46:22: 46:36 error: unresolved name `ast::AttrInner` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/attr.rs:46         self.style = ast::AttrInner;
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/attr.rs:60     pub fn build_meta_item_(self, item: ast::MetaItem_) -> F::Result {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/attr.rs:68:31: 68:44 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/attr.rs:68         self.build_meta_item_(ast::MetaWord(word.to_interned_string()))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/attr.rs:156 impl<F> Invoke<ast::MetaItem_> for AttrBuilder<F>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/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.3.3/src/attr.rs:161     fn invoke(self, item: ast::MetaItem_) -> F::Result {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/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.3.3/src/attr.rs:202         where I: IntoIterator<Item=ast::MetaItem_>,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/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.3.3/src/attr.rs:214     pub fn with_meta_item_(self, item: ast::MetaItem_) -> Self {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/attr.rs:224:47: 224:60 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/attr.rs:230:30: 230:43 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/attr.rs:230         self.with_meta_item_(ast::MetaWord(word.to_interned_string()))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/attr.rs:249:38: 249:51 error: unresolved name `ast::MetaList` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/attr.rs:249         let item = respan(self.span, ast::MetaList(self.name, self.items));
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/attr.rs:264 impl<F> Invoke<ast::MetaItem_> for AttrListBuilder<F>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/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.3.3/src/attr.rs:269     fn invoke(self, item: ast::MetaItem_) -> Self {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/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.3.3/src/attr.rs:281 impl<F: Invoke<ast::MetaItem_>> Invoke<P<ast::Lit>> for AttrNameValueBuilder<F> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/attr.rs:285:20: 285:38 error: unresolved name `ast::MetaNameValue` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/attr.rs:285         let item = ast::MetaNameValue(self.name, (*value).clone());
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:48:36: 48:46 error: type name `ast::Expr_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:48     pub fn build_expr_(self, expr: ast::Expr_) -> F::Result {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:48:36: 48:46 help: no candidates by the name of `Expr_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:58:26: 58:46 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:58         self.build_expr_(ast::Expr_::ExprPath(None, path))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:62:26: 62:46 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:62         self.build_expr_(ast::Expr_::ExprPath(Some(qself), path))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:80:26: 80:45 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:80         self.build_expr_(ast::Expr_::ExprLit(lit))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:142:26: 142:40 error: unresolved name `ast::ExprUnary` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:142         self.build_expr_(ast::ExprUnary(unop, expr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:146:26: 146:37 error: unresolved name `ast::UnUniq` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:146         self.build_unary(ast::UnUniq, expr)
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:150:26: 150:38 error: unresolved name `ast::UnDeref` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:150         self.build_unary(ast::UnDeref, expr)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:154:26: 154:36 error: unresolved name `ast::UnNot` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:154         self.build_unary(ast::UnNot, expr)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:158:26: 158:36 error: unresolved name `ast::UnNeg` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:158         self.build_unary(ast::UnNeg, expr)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:176:20: 176:32 error: unresolved name `ast::UnDeref` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:176         self.unary(ast::UnDeref)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:180:20: 180:30 error: unresolved name `ast::UnNot` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:180         self.unary(ast::UnNot)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:184:20: 184:30 error: unresolved name `ast::UnNeg` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:184         self.unary(ast::UnNeg)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:189:16: 189:27 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:189         binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:189:16: 189: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.3.3/src/expr.rs:194:26: 194:48 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:194         self.build_expr_(ast::Expr_::ExprBinary(binop, lhs, rhs))
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:198:27: 198:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:198         self.build_binary(ast::BinOp_::BiAdd, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:202:27: 202:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:202         self.build_binary(ast::BinOp_::BiSub, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:206:27: 206:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:206         self.build_binary(ast::BinOp_::BiMul, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:210:27: 210:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:210         self.build_binary(ast::BinOp_::BiDiv, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:214:27: 214:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:214         self.build_binary(ast::BinOp_::BiRem, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:218:27: 218:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:218         self.build_binary(ast::BinOp_::BiAnd, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:222:27: 222:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:222         self.build_binary(ast::BinOp_::BiOr, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:226:27: 226:48 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:226         self.build_binary(ast::BinOp_::BiBitXor, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:230:27: 230:48 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:230         self.build_binary(ast::BinOp_::BiBitAnd, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:234:27: 234:47 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:234         self.build_binary(ast::BinOp_::BiBitOr, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:238:27: 238:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:238         self.build_binary(ast::BinOp_::BiShl, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:242:27: 242:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:242         self.build_binary(ast::BinOp_::BiShr, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:246:27: 246:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:246         self.build_binary(ast::BinOp_::BiEq, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:250:27: 250:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:250         self.build_binary(ast::BinOp_::BiLt, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:254:27: 254:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:254         self.build_binary(ast::BinOp_::BiLe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:258:27: 258:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:258         self.build_binary(ast::BinOp_::BiNe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:262:27: 262:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:262         self.build_binary(ast::BinOp_::BiGe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:266:27: 266:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:266         self.build_binary(ast::BinOp_::BiGt, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:269:32: 269:43 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:269     pub fn binary(self, binop: ast::BinOp_) -> ExprBuilder<ExprBinaryLhsBuilder<F>> {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:269:32: 269: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.3.3/src/expr.rs:277:21: 277:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:277         self.binary(ast::BinOp_::BiAdd)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:281:21: 281:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:281         self.binary(ast::BinOp_::BiSub)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:285:21: 285:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:285         self.binary(ast::BinOp_::BiMul)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:289:21: 289:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:289         self.binary(ast::BinOp_::BiDiv)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:293:21: 293:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:293         self.binary(ast::BinOp_::BiRem)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:297:21: 297:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:297         self.binary(ast::BinOp_::BiAnd)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:301:21: 301:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:301         self.binary(ast::BinOp_::BiOr)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:305:21: 305:42 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:305         self.binary(ast::BinOp_::BiBitXor)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:309:21: 309:42 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:309         self.binary(ast::BinOp_::BiBitAnd)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:313:21: 313:41 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:313         self.binary(ast::BinOp_::BiBitOr)
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:317:21: 317:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:317         self.binary(ast::BinOp_::BiShl)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:321:21: 321:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:321         self.binary(ast::BinOp_::BiShr)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:325:21: 325:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:325         self.binary(ast::BinOp_::BiEq)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:329:21: 329:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:329         self.binary(ast::BinOp_::BiLt)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:333:21: 333:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:333         self.binary(ast::BinOp_::BiLe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:337:21: 337:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:337         self.binary(ast::BinOp_::BiNe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:341:21: 341:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:341         self.binary(ast::BinOp_::BiGe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:345:21: 345:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:345         self.binary(ast::BinOp_::BiGt)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:576:26: 576:40 error: unresolved name `ast::ExprBlock` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:576         self.build_expr_(ast::ExprBlock(block))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:601:12: 601:23 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:601     binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:601:12: 601: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.3.3/src/expr.rs:620:12: 620:23 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:620     binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:620:12: 620: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.3.3/src/expr.rs:656:34: 656:46 error: unresolved name `ast::ExprTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:656         self.builder.build_expr_(ast::ExprTup(self.exprs))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:735:21: 735:36 error: unresolved name `ast::ExprStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:735         let expr_ = ast::ExprStruct(self.path, self.fields, None);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:746:21: 746:36 error: unresolved name `ast::ExprStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:746         let expr_ = ast::ExprStruct(self.path, self.fields, Some(expr));
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:821:34: 821:47 error: unresolved name `ast::ExprCall` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:821         self.builder.build_expr_(ast::ExprCall(self.fn_, self.args))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:902:34: 902:53 error: unresolved name `ast::ExprMethodCall` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:902         self.builder.build_expr_(ast::ExprMethodCall(self.id, self.tys, self.args))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:939:34: 939:49 error: unresolved name `ast::ExprAddrOf` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:939         self.builder.build_expr_(ast::ExprAddrOf(self.mutability, expr))
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:975:34: 975:48 error: unresolved name `ast::ExprParen` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:975         self.builder.build_expr_(ast::ExprParen(expr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:992:34: 992:48 error: unresolved name `ast::ExprField` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:992         self.builder.build_expr_(ast::ExprField(expr, self.id))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:1009:34: 1009:51 error: unresolved name `ast::ExprTupField` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:1009         self.builder.build_expr_(ast::ExprTupField(expr, self.index))
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:1035:34: 1035:46 error: unresolved name `ast::ExprVec` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:1035         self.builder.build_expr_(ast::ExprVec(self.exprs))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/fn_decl.rs:152:21: 152:37 error: unresolved name `ast::BindByValue` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/fn_decl.rs:152                     ast::BindByValue(ast::Mutability::MutImmutable),
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/fn_decl.rs:151:23: 151:36 error: unresolved name `ast::PatIdent` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/fn_decl.rs:151                 node: ast::PatIdent(
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:71:47: 71:57 error: type name `ast::Item_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:71     pub fn build_item_<T>(self, id: T, item_: ast::Item_) -> F::Result
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:71:47: 71: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.3.3/src/item.rs:96:20: 96:32 error: unresolved name `ast::ItemUse` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:96         let item = ast::ItemUse(P(respan(self.span, view_path)));
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:97:26: 97:56 error: failed to resolve. Could not find `special_idents` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:97         self.build_item_(token::special_idents::invalid, item)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:252:43: 252:61 error: failed to resolve. Could not find `Item_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:252         self.builder.build_item_(self.id, ast::Item_::ItemFn(
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:364:44: 364:60 error: `ast::PathListMod` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:364         self.idents.push(respan(self.span, ast::PathListMod {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:373:44: 373:62 error: `ast::PathListIdent` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:373         self.idents.push(respan(self.span, ast::PathListIdent {
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:435:18: 435:32 error: type name `ast::StructDef` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:435 impl<F> Invoke<P<ast::StructDef>> for ItemStructBuilder<F>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:435:18: 435: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.3.3/src/item.rs:440:35: 440:49 error: type name `ast::StructDef` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:440     fn invoke(self, struct_def: P<ast::StructDef>) -> F::Result {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:440:35: 440: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.3.3/src/item.rs:441:23: 441:38 error: unresolved name `ast::ItemStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:441         let struct_ = ast::ItemStruct(struct_def, self.generics);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:482:26: 482:40 error: `ast::StructDef` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:482         let struct_def = ast::StructDef {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:486:23: 486:38 error: unresolved name `ast::ItemStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:486         let struct_ = ast::ItemStruct(P(struct_def), self.generics);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:594:21: 594:34 error: unresolved name `ast::ItemEnum` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:594         let enum_ = ast::ItemEnum(enum_def, self.generics);
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:632:23: 632:43 error: unresolved name `ast::ItemExternCrate` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:632         let extern_ = ast::ItemExternCrate(Some(name));
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:637:23: 637:43 error: unresolved name `ast::ItemExternCrate` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:637         let extern_ = ast::ItemExternCrate(None);
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:658:24: 658:36 error: unresolved name `ast::ItemMac` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:658         let item_mac = ast::ItemMac(mac);
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:701:19: 701:30 error: unresolved name `ast::ItemTy` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:701         let ty_ = ast::ItemTy(ty, self.generics);
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:37     pub fn build_lit(self, lit: ast::Lit_) -> F::Result {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:45:24: 45:36 error: unresolved name `ast::LitBool` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/lit.rs:45         self.build_lit(ast::LitBool(value))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:49         let sign = ast::Sign::new(value);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/lit.rs:50:50: 50:71 error: unresolved name `ast::UnsuffixedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/lit.rs:50         self.build_lit(ast::LitInt(value as u64, ast::UnsuffixedIntLit(sign)))
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/lit.rs:50:24: 50:35 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/lit.rs:50         self.build_lit(ast::LitInt(value as u64, ast::UnsuffixedIntLit(sign)))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:54         let sign = ast::Sign::new(value);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/lit.rs:55:24: 55:35 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:79:24: 79:35 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/lit.rs:79         self.build_lit(ast::LitInt(value, ast::LitIntType::UnsignedIntLit(ty)))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/lit.rs:106:43: 106:57 error: unresolved name `ast::CookedStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/lit.rs:106         self.build_lit(ast::LitStr(value, ast::CookedStr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/lit.rs:106:24: 106:35 error: unresolved name `ast::LitStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/lit.rs:106         self.build_lit(ast::LitStr(value, ast::CookedStr))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:21:17: 21:31 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:21     tokens: Vec<ast::TokenTree>,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:21:17: 21:31 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:182:19: 182:38 error: unresolved name `ast::MethodImplItem` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:182             node: ast::MethodImplItem(method_sig, block),
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:214:37: 214:55 error: type name `ast::ExplicitSelf_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:214     pub fn build_self_(self, self_: ast::ExplicitSelf_) -> F::Result {
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:214:37: 214: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.3.3/src/method.rs:220:26: 220:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:220         self.build_self_(ast::ExplicitSelf_::SelfStatic)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:224:26: 224:55 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:224         self.build_self_(ast::ExplicitSelf_::SelfValue("self".to_ident()))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:228:26: 228:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:228         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:238:26: 238:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:238         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:246:26: 246:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:246         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:256:26: 256:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:256         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:276:26: 276:58 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:276         self.build_self_(ast::ExplicitSelf_::SelfExplicit(ty, "self".to_ident()))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:46     pub fn build_pat_(self, pat_: ast::Pat_) -> F::Result {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/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.3.3/src/pat.rs:56         self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildSingle))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:56         self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildSingle))
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:60         self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildMulti))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:60         self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildMulti))
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:68         self.build_pat_(ast::Pat_::PatIdent(mode, id, sub))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:174         self.builder.build_pat_(ast::Pat_::PatEnum(self.path, Some(self.pats)))
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:265         self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, true))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:269         self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, false))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:304         self.0.build_pat_(ast::Pat_::PatLit(expr))
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/pat.rs:328:33: 328:44 error: unresolved name `ast::PatTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/pat.rs:328         self.builder.build_pat_(ast::PatTup(self.pats))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/stmt.rs:45     pub fn build_stmt_(self, stmt_: ast::Stmt_) -> F::Result {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/stmt.rs:60:21: 60:47 error: failed to resolve. Could not find `LocalSource` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:60             source: ast::LocalSource::LocalLet,
^~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:63:38: 63:59 error: failed to resolve. Could not find `Decl_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:63         let decl = respan(self.span, ast::Decl_::DeclLocal(P(local)));
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:65:26: 65:39 error: unresolved name `ast::StmtDecl` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:65         self.build_stmt_(ast::StmtDecl(P(decl), ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:80:26: 80:46 error: failed to resolve. Could not find `Stmt_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:80         self.build_stmt_(ast::Stmt_::StmtExpr(expr, ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:94:38: 94:58 error: failed to resolve. Could not find `Decl_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:94         let decl = respan(self.span, ast::Decl_::DeclItem(item));
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:95:26: 95:39 error: unresolved name `ast::StmtDecl` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:95         self.build_stmt_(ast::StmtDecl(P(decl), ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:155:28: 155:48 error: failed to resolve. Could not find `Stmt_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:155         self.0.build_stmt_(ast::Stmt_::StmtSemi(expr, ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/str.rs:29:9: 29:25 error: unresolved name `token::get_ident` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/str.rs:29         token::get_ident(*self)
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/str.rs:35:9: 35:24 error: unresolved name `token::get_name` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/str.rs:35         token::get_name(*self)
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/struct_def.rs:25     where F: Invoke<P<ast::StructDef>>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/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.3.3/src/struct_def.rs:60         self.callback.invoke(P(ast::StructDef {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/struct_def.rs:68     where F: Invoke<P<ast::StructDef>>,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/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.3.3/src/struct_def.rs:82     kind: ast::StructFieldKind,
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/struct_def.rs:108:56: 108:70 error: unresolved name `ast::Inherited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/struct_def.rs:108             kind: ast::StructFieldKind::NamedField(id, ast::Inherited),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/struct_def.rs:108             kind: ast::StructFieldKind::NamedField(id, ast::Inherited),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/struct_def.rs:117:54: 117:68 error: unresolved name `ast::Inherited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/struct_def.rs:117             kind: ast::StructFieldKind::UnnamedField(ast::Inherited),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/struct_def.rs:117             kind: ast::StructFieldKind::UnnamedField(ast::Inherited),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/struct_def.rs:129             ast::StructFieldKind::NamedField(_, ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/struct_def.rs:129:74: 129:85 error: unresolved name `ast::Public` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/struct_def.rs:129             ast::StructFieldKind::NamedField(_, ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/struct_def.rs:130             ast::StructFieldKind::UnnamedField(ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/struct_def.rs:130:73: 130:84 error: unresolved name `ast::Public` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/struct_def.rs:130             ast::StructFieldKind::UnnamedField(ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/struct_def.rs:141         let field = ast::StructField_ {
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/ty.rs:45     pub fn build_ty_(self, ty_: ast::Ty_) -> F::Result {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/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.3.3/src/ty.rs:61         self.build_ty_(ast::Ty_::TyPath(None, path))
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/ty.rs:65         self.build_ty_(ast::Ty_::TyPath(Some(qself), path))
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/ty.rs:128:24: 128:39 error: failed to resolve. Could not find `Ty_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/ty.rs:128         self.build_ty_(ast::Ty_::TyVec(ty))
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/ty.rs:139:25: 139:42 error: unresolved name `ast::MutImmutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/ty.rs:139             mutability: ast::MutImmutable,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/ty.rs:144:24: 144:36 error: unresolved name `ast::TyInfer` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/ty.rs:144         self.build_ty_(ast::TyInfer)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/ty.rs:214:27: 214:42 error: unresolved name `ast::MutMutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/ty.rs:214         self.mutability = ast::MutMutable;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/ty.rs:234:32: 234:43 error: unresolved name `ast::TyRptr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/ty.rs:234         self.builder.build_ty_(ast::TyRptr(self.lifetime, ty))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/ty.rs:361:32: 361:42 error: unresolved name `ast::TyTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/ty.rs:361         self.builder.build_ty_(ast::TyTup(self.tys))
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/variant.rs:67     pub fn build_variant_kind(self, kind: ast::VariantKind) -> F::Result {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/variant.rs:105:15: 105:30 error: type name `ast::VariantArg` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:105     args: Vec<ast::VariantArg>,
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:105:15: 105:30 help: no candidates by the name of `VariantArg` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:121:24: 121:39 error: `ast::VariantArg` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:121         self.args.push(ast::VariantArg {
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:133:20: 133:41 error: unresolved name `ast::TupleVariantKind` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:133         let kind = ast::TupleVariantKind(self.args);
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:174:18: 174:32 error: type name `ast::StructDef` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:174 impl<F> Invoke<P<ast::StructDef>> for VariantStructBuilder<F>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:174:18: 174:32 help: no candidates by the name of `StructDef` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:179:35: 179:49 error: type name `ast::StructDef` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:179     fn invoke(self, struct_def: P<ast::StructDef>) -> F::Result {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:179:35: 179:49 help: no candidates by the name of `StructDef` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:180:20: 180:42 error: unresolved name `ast::StructVariantKind` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:180         let kind = ast::StructVariantKind(struct_def);
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/block.rs:34             block_check_mode: ast::BlockCheckMode::DefaultBlock,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/block.rs:45         self.block_check_mode = ast::BlockCheckMode::UnsafeBlock(source);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/block.rs:79:20: 79:30 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/block.rs:79             stmts: self.stmts,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/block.rs:79:20: 79:30 note: expected type `std::vec::Vec<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/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.3.3/src/block.rs:79             stmts: self.stmts,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/block.rs:80             expr: expr,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:49:22: 49:31 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:49         let expr = P(ast::Expr {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:351:25: 351: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.3.3/src/expr.rs:351             mutability: ast::Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/expr.rs:358:25: 358: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.3.3/src/expr.rs:358             mutability: ast::Mutability::MutMutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/fn_decl.rs:65         let ret_ty = ast::FunctionRetTy::NoReturn(self.span);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/fn_decl.rs:70         let ret_ty = ast::FunctionRetTy::DefaultReturn(self.span);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/fn_decl.rs:75         self.build(ast::FunctionRetTy::Return(ty))
^~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/fn_decl.rs:152                     ast::BindByValue(ast::Mutability::MutImmutable),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/generics.rs:59             .with_ty_params(generics.ty_params.move_iter())
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/ident.rs:19:9: 19:24 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/ident.rs:19         ast::Ident::new(*self)
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:592:23: 592:36 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:592             variants: self.variants,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:592:23: 592:36 note: expected type `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Variant_>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:592:23: 592:36 note:    found type `std::vec::Vec<syntax::ptr::P<syntax::codemap::Spanned<syntax::ast::Variant_>>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:592:23: 592:36 note: expected struct `syntax::codemap::Spanned`, found struct `syntax::ptr::P` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:592             variants: self.variants,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:659:34: 659:49 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/item.rs:659         self.builder.build_item_(ast::Ident::new(ast::Name(0)), item_mac)
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/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.3.3/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.3.3/src/lit.rs:59         self.build_int(value as i64, ast::IntTy::TyIs)
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:63         self.build_int(value as i64, ast::IntTy::TyI8)
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:67         self.build_int(value as i64, ast::IntTy::TyI16)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:71         self.build_int(value as i64, ast::IntTy::TyI32)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:75         self.build_int(value, ast::IntTy::TyI64)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:79         self.build_lit(ast::LitInt(value, ast::LitIntType::UnsignedIntLit(ty)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:83         self.build_uint(value as u64, ast::UintTy::TyUs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:87         self.build_uint(value as u64, ast::UintTy::TyU8)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:91         self.build_uint(value as u64, ast::UintTy::TyU16)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:95         self.build_uint(value as u64, ast::UintTy::TyU32)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/lit.rs:99         self.build_uint(value, ast::UintTy::TyU64)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:54:19: 54:40 error: no associated item named `MacInvocTT` found for type `syntax::ast::Mac_` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:54         let mac = ast::Mac_::MacInvocTT(
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:96:13: 96:17 error: structure `syntax::codemap::NameAndSpan` has no field named `name` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:96             name: "test".to_string(),
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:97:21: 97:44 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:97             format: codemap::MacroAttribute,
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:97:21: 97:44 note: expected type `syntax::codemap::ExpnFormat` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:97:21: 97:44 note:    found type `fn(syntax::ast::Name) -> syntax::codemap::ExpnFormat {syntax::codemap::MacroAttribute}` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:97:21: 97:44 note: expected enum `syntax::codemap::ExpnFormat`, found fn item 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:97             format: codemap::MacroAttribute,
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:106:18: 106:48 error: this function takes 4 parameters but 3 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:106     let mut cx = ExtCtxt::new(&sess, cfg, ecfg);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/mac.rs:106:18: 106:48 note: the following parameter types were expected: &syntax::parse::ParseSess, std::vec::Vec<syntax::ptr::P<syntax::codemap::Spanned<syntax::ast::MetaItemKind>>>, syntax::ext::expand::ExpansionConfig<'_>, &mut syntax::ext::base::MacroLoader 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:174:13: 174:26 error: structure `syntax::ast::MethodSig` has no field named `explicit_self` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:174             explicit_self: self.explicit_self,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:177:40: 177:53 error: missing field `defaultness` in initializer of `syntax::ast::ImplItem` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:177         self.builder.callback.invoke(P(ast::ImplItem {
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:230:13: 230: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.3.3/src/method.rs:230             ast::Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:240:13: 240: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.3.3/src/method.rs:240             ast::Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:248:13: 248: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.3.3/src/method.rs:248             ast::Mutability::MutMutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/method.rs:258:13: 258: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.3.3/src/method.rs:258             ast::Mutability::MutMutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:74         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:74         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:81         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:81         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:88         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:88         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:95         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/pat.rs:95         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/path.rs:268         let parameters = ast::PathParameters::AngleBracketedParameters(data);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:47:20: 47:24 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:47         self.build(stmt)
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:47:20: 47:24 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:47:20: 47:24 note:    found type `syntax::ptr::P<syntax::codemap::Spanned<_>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/stmt.rs:47         self.build(stmt)
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:60:13: 60:19 error: structure `syntax::ast::Local` has no field named `source` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:60             source: ast::LocalSource::LocalLet,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:60:13: 60:19 help: did you mean `attrs`? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/stmt.rs:60             source: ast::LocalSource::LocalLet,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/struct_def.rs:147:30: 147:54 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/struct_def.rs:147         self.callback.invoke(respan(self.span, field))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/struct_def.rs:147:30: 147:54 note: expected type `syntax::ast::StructField` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/struct_def.rs:147:30: 147:54 note:    found type `syntax::codemap::Spanned<_>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/struct_def.rs:147         self.callback.invoke(respan(self.span, field))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/variant.rs:71             kind: kind,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:71:13: 71:17 help: did you mean `data`? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:71             kind: kind,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/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.3.3/src/variant.rs:72             id: ast::DUMMY_NODE_ID,
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:74:13: 74:16 error: structure `syntax::ast::Variant_` has no field named `vis` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/variant.rs:74             vis: ast::Visibility::Inherited,
^~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `aster v0.3.3`, intermediate artifacts can be found at `/home/cratesfyi/aster-0.3.3`,
cause: ChainedError {
error: Could not document `aster`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.3.3/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.3.3/doc -L dependency=/home/cratesfyi/aster-0.3.3/debug -L dependency=/home/cratesfyi/aster-0.3.3/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.