[go: up one dir, main page]

aster 0.9.1

A libsyntax ast builder
Build #3494 2016-08-02 07:38:39

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.9.1
Documenting aster v0.9.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.9.1/doc -L dependency=/home/cratesfyi/aster-0.9.1/debug -L dependency=/home/cratesfyi/aster-0.9.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:6:5: 6:32 error: unresolved import `syntax::attr::AttributesExt`. There is no `AttributesExt` in `syntax::attr` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:6 use syntax::attr::AttributesExt;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/generics.rs:5:5: 5:36 error: unresolved import `syntax::owned_slice::OwnedSlice`. Could not find `owned_slice` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/generics.rs:5 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/mac.rs:6:5: 6:39 error: unresolved import `syntax::feature_gate::GatedCfgAttr`. There is no `GatedCfgAttr` in `syntax::feature_gate`. Did you mean to use `GatedCfg`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/mac.rs:6 use syntax::feature_gate::GatedCfgAttr;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/path.rs:5:5: 5:36 error: unresolved import `syntax::owned_slice::OwnedSlice`. Could not find `owned_slice` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/path.rs:5 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:2:5: 2:32 error: unresolved import `syntax::attr::AttributesExt`. There is no `AttributesExt` in `syntax::attr` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:2 use syntax::attr::AttributesExt;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty_param.rs:3:5: 3:36 error: unresolved import `syntax::owned_slice::OwnedSlice`. Could not find `owned_slice` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty_param.rs:3 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/where_predicate.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.9.1/src/where_predicate.rs:3 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:60:41: 60:55 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:60     pub fn build_meta_item_(self, item: ast::MetaItem_) -> F::Result {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:60:41: 60:55 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:68:31: 68:44 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:68         self.build_meta_item_(ast::MetaWord(word.to_interned_string()))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:156:16: 156:30 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:156 impl<F> Invoke<ast::MetaItem_> for AttrBuilder<F>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:156:16: 156:30 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:161:27: 161:41 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:161     fn invoke(self, item: ast::MetaItem_) -> F::Result {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:161:27: 161:41 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:202:36: 202:50 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:202         where I: IntoIterator<Item=ast::MetaItem_>,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:202:36: 202:50 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:214:40: 214:54 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:214     pub fn with_meta_item_(self, item: ast::MetaItem_) -> Self {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:214:40: 214:54 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:224:47: 224:60 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:224         self.with_meta_items_(iter.map(|word| ast::MetaWord(word.to_interned_string())))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:230:30: 230:43 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:230         self.with_meta_item_(ast::MetaWord(word.to_interned_string()))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:249:38: 249:51 error: unresolved name `ast::MetaList` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:249         let item = respan(self.span, ast::MetaList(self.name, self.items));
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:264:16: 264:30 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:264 impl<F> Invoke<ast::MetaItem_> for AttrListBuilder<F>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:264:16: 264:30 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:269:27: 269:41 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:269     fn invoke(self, item: ast::MetaItem_) -> Self {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:269:27: 269:41 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:281:16: 281:30 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:281 impl<F: Invoke<ast::MetaItem_>> Invoke<P<ast::Lit>> for AttrNameValueBuilder<F> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:281:16: 281:30 help: no candidates by the name of `MetaItem_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:285:20: 285:38 error: unresolved name `ast::MetaNameValue` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/attr.rs:285         let item = ast::MetaNameValue(self.name, (*value).clone());
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:63:36: 63:46 error: type name `ast::Expr_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:63     pub fn build_expr_(self, expr: ast::Expr_) -> F::Result {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:63:36: 63: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.9.1/src/expr.rs:74:26: 74:46 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:74         self.build_expr_(ast::Expr_::ExprPath(None, path))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:78:26: 78:46 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:78         self.build_expr_(ast::Expr_::ExprPath(Some(qself), path))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:96:26: 96:45 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:96         self.build_expr_(ast::Expr_::ExprLit(lit))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:170:26: 170:40 error: unresolved name `ast::ExprUnary` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:170         self.build_expr_(ast::ExprUnary(unop, expr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:174:26: 174:38 error: unresolved name `ast::UnDeref` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:174         self.build_unary(ast::UnDeref, expr)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:178:26: 178:36 error: unresolved name `ast::UnNot` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:178         self.build_unary(ast::UnNot, expr)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:182:26: 182:36 error: unresolved name `ast::UnNeg` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:182         self.build_unary(ast::UnNeg, expr)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:193:20: 193:32 error: unresolved name `ast::UnDeref` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:193         self.unary(ast::UnDeref)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:197:20: 197:30 error: unresolved name `ast::UnNot` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:197         self.unary(ast::UnNot)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:201:20: 201:30 error: unresolved name `ast::UnNeg` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:201         self.unary(ast::UnNeg)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:206:16: 206:27 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:206         binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:206:16: 206: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.9.1/src/expr.rs:211:26: 211:48 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:211         self.build_expr_(ast::Expr_::ExprBinary(binop, lhs, rhs))
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:215:27: 215:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:215         self.build_binary(ast::BinOp_::BiAdd, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:219:27: 219:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:219         self.build_binary(ast::BinOp_::BiSub, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:223:27: 223:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:223         self.build_binary(ast::BinOp_::BiMul, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:227:27: 227:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:227         self.build_binary(ast::BinOp_::BiDiv, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:231:27: 231:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:231         self.build_binary(ast::BinOp_::BiRem, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:235:27: 235:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:235         self.build_binary(ast::BinOp_::BiAnd, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:239:27: 239:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:239         self.build_binary(ast::BinOp_::BiOr, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:243:27: 243:48 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:243         self.build_binary(ast::BinOp_::BiBitXor, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:247:27: 247:48 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:247         self.build_binary(ast::BinOp_::BiBitAnd, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:251:27: 251:47 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:251         self.build_binary(ast::BinOp_::BiBitOr, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:255:27: 255:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:255         self.build_binary(ast::BinOp_::BiShl, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:259:27: 259:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:259         self.build_binary(ast::BinOp_::BiShr, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:263:27: 263:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:263         self.build_binary(ast::BinOp_::BiEq, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:267:27: 267:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:267         self.build_binary(ast::BinOp_::BiLt, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:271:27: 271:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:271         self.build_binary(ast::BinOp_::BiLe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:275:27: 275:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:275         self.build_binary(ast::BinOp_::BiNe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:279:27: 279:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:279         self.build_binary(ast::BinOp_::BiGe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:283:27: 283:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:283         self.build_binary(ast::BinOp_::BiGt, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:286:32: 286:43 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:286     pub fn binary(self, binop: ast::BinOp_) -> ExprBuilder<ExprBinaryLhsBuilder<F>> {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:286:32: 286: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.9.1/src/expr.rs:294:21: 294:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:294         self.binary(ast::BinOp_::BiAdd)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:298:21: 298:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:298         self.binary(ast::BinOp_::BiSub)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:302:21: 302:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:302         self.binary(ast::BinOp_::BiMul)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:306:21: 306:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:306         self.binary(ast::BinOp_::BiDiv)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:310:21: 310:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:310         self.binary(ast::BinOp_::BiRem)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:314:21: 314:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:314         self.binary(ast::BinOp_::BiAnd)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:318:21: 318:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:318         self.binary(ast::BinOp_::BiOr)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:322:21: 322:42 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:322         self.binary(ast::BinOp_::BiBitXor)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:326:21: 326:42 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:326         self.binary(ast::BinOp_::BiBitAnd)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:330:21: 330:41 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:330         self.binary(ast::BinOp_::BiBitOr)
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:334:21: 334:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:334         self.binary(ast::BinOp_::BiShl)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:338:21: 338:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:338         self.binary(ast::BinOp_::BiShr)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:342:21: 342:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:342         self.binary(ast::BinOp_::BiEq)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:346:21: 346:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:346         self.binary(ast::BinOp_::BiLt)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:350:21: 350:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:350         self.binary(ast::BinOp_::BiLe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:354:21: 354:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:354         self.binary(ast::BinOp_::BiNe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:358:21: 358:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:358         self.binary(ast::BinOp_::BiGe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:362:21: 362:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:362         self.binary(ast::BinOp_::BiGt)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:603:26: 603:40 error: unresolved name `ast::ExprBlock` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:603         self.build_expr_(ast::ExprBlock(block))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:628:12: 628:23 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:628     binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:628:12: 628: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.9.1/src/expr.rs:647:12: 647:23 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:647     binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:647:12: 647: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.9.1/src/expr.rs:683:34: 683:46 error: unresolved name `ast::ExprTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:683         self.builder.build_expr_(ast::ExprTup(self.exprs))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:762:21: 762:36 error: unresolved name `ast::ExprStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:762         let expr_ = ast::ExprStruct(self.path, self.fields, None);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:773:21: 773:36 error: unresolved name `ast::ExprStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:773         let expr_ = ast::ExprStruct(self.path, self.fields, Some(expr));
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:848:34: 848:47 error: unresolved name `ast::ExprCall` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:848         self.builder.build_expr_(ast::ExprCall(self.fn_, self.args))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:929:34: 929:53 error: unresolved name `ast::ExprMethodCall` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:929         self.builder.build_expr_(ast::ExprMethodCall(self.id, self.tys, self.args))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:966:34: 966:49 error: unresolved name `ast::ExprAddrOf` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:966         self.builder.build_expr_(ast::ExprAddrOf(self.mutability, expr))
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:1002:34: 1002:48 error: unresolved name `ast::ExprParen` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:1002         self.builder.build_expr_(ast::ExprParen(expr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:1019:34: 1019:48 error: unresolved name `ast::ExprField` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:1019         self.builder.build_expr_(ast::ExprField(expr, self.id))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:1036:34: 1036:51 error: unresolved name `ast::ExprTupField` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:1036         self.builder.build_expr_(ast::ExprTupField(expr, self.index))
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:1062:34: 1062:46 error: unresolved name `ast::ExprVec` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:1062         self.builder.build_expr_(ast::ExprVec(self.exprs))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/fn_decl.rs:152:21: 152:37 error: unresolved name `ast::BindByValue` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/fn_decl.rs:152                     ast::BindByValue(ast::Mutability::MutImmutable),
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/fn_decl.rs:151:23: 151:36 error: unresolved name `ast::PatIdent` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/fn_decl.rs:151                 node: ast::PatIdent(
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/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.9.1/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.9.1/src/item.rs:105:20: 105:32 error: unresolved name `ast::ItemUse` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:105         let item = ast::ItemUse(P(respan(self.span, view_path)));
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/item.rs:106         self.build_item_(token::special_idents::invalid, item)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:135:23: 135:38 error: unresolved name `ast::ItemStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:135         let struct_ = ast::ItemStruct(data, generics);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/item.rs:293         self.builder.build_item_(self.id, ast::Item_::ItemFn(
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:405:44: 405:60 error: `ast::PathListMod` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:405         self.idents.push(respan(self.span, ast::PathListMod {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:415:44: 415:62 error: `ast::PathListIdent` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:415         self.idents.push(respan(self.span, ast::PathListIdent {
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:484:23: 484:38 error: unresolved name `ast::ItemStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:484         let struct_ = ast::ItemStruct(data, self.generics);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:525:23: 525:38 error: unresolved name `ast::ItemStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:525         let struct_ = ast::ItemStruct(data, self.generics);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:633:21: 633:34 error: unresolved name `ast::ItemEnum` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:633         let enum_ = ast::ItemEnum(enum_def, self.generics);
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:671:23: 671:43 error: unresolved name `ast::ItemExternCrate` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:671         let extern_ = ast::ItemExternCrate(Some(name));
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:676:23: 676:43 error: unresolved name `ast::ItemExternCrate` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:676         let extern_ = ast::ItemExternCrate(None);
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:699:24: 699:36 error: unresolved name `ast::ItemMac` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:699         let item_mac = ast::ItemMac(mac);
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:744:19: 744:30 error: unresolved name `ast::ItemTy` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:744         let ty_ = ast::ItemTy(ty, self.generics);
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:817:19: 817:32 error: unresolved name `ast::ItemImpl` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:817         let ty_ = ast::ItemImpl(
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/item.rs:824         self.builder.build_item_(token::special_idents::invalid, ty_)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:1030:18: 1030:32 error: unresolved name `ast::ItemConst` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/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.9.1/src/lit.rs:40     pub fn build_lit(self, lit: ast::Lit_) -> F::Result {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:48:24: 48:36 error: unresolved name `ast::LitBool` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:48         self.build_lit(ast::LitBool(value))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:52         let sign = ast::Sign::new(value);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:53:50: 53:71 error: unresolved name `ast::UnsuffixedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:53         self.build_lit(ast::LitInt(value as u64, ast::UnsuffixedIntLit(sign)))
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:53:24: 53:35 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:53         self.build_lit(ast::LitInt(value as u64, ast::UnsuffixedIntLit(sign)))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:57         let sign = ast::Sign::new(value);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:58:24: 58:35 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:82:24: 82:35 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:82         self.build_lit(ast::LitInt(value, ast::LitIntType::UnsignedIntLit(ty)))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:108:24: 108:37 error: unresolved name `ast::LitFloat` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:108         self.build_lit(ast::LitFloat(value.to_interned_string(), ty))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:124:24: 124:36 error: unresolved name `ast::LitChar` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:124         self.build_lit(ast::LitChar(value))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:128:24: 128:36 error: unresolved name `ast::LitByte` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:128         self.build_lit(ast::LitByte(value))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:135:43: 135:57 error: unresolved name `ast::CookedStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:135         self.build_lit(ast::LitStr(value, ast::CookedStr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:135:24: 135:35 error: unresolved name `ast::LitStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:135         self.build_lit(ast::LitStr(value, ast::CookedStr))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:141:24: 141:39 error: unresolved name `ast::LitByteStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lit.rs:141         self.build_lit(ast::LitByteStr(Rc::new(value.into())))
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/mac.rs:23     tokens: Vec<ast::TokenTree>,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/mac.rs:59:19: 59:34 error: unresolved name `ast::EMPTY_CTXT` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/mac.rs:59             ctxt: ast::EMPTY_CTXT,
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:51:45: 51:75 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:51             explicit_self: respan(DUMMY_SP, ast::ExplicitSelf_::SelfStatic),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:199:37: 199:55 error: type name `ast::ExplicitSelf_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:199     pub fn build_self_(self, self_: ast::ExplicitSelf_) -> F::Result {
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:199:37: 199:55 help: no candidates by the name of `ExplicitSelf_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:205:26: 205:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:205         self.build_self_(ast::ExplicitSelf_::SelfStatic)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:209:26: 209:55 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:209         self.build_self_(ast::ExplicitSelf_::SelfValue("self".to_ident()))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:213:26: 213:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:213         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:223:26: 223:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:223         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:231:26: 231:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:231         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:241:26: 241:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:241         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:261:26: 261:58 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:261         self.build_self_(ast::ExplicitSelf_::SelfExplicit(ty, "self".to_ident()))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/pat.rs:46:35: 46:44 error: type name `ast::Pat_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/pat.rs:46     pub fn build_pat_(self, pat_: ast::Pat_) -> F::Result {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/pat.rs:46:35: 46:44 help: no candidates by the name of `Pat_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/pat.rs:56:25: 56:43 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/pat.rs:56         self.build_pat_(ast::Pat_::PatWild)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/pat.rs:64         self.build_pat_(ast::Pat_::PatIdent(mode, id, sub))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/pat.rs:170         self.builder.build_pat_(ast::Pat_::PatEnum(self.path, Some(self.pats)))
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/pat.rs:261         self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, true))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/pat.rs:265:33: 265:53 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/pat.rs:265         self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, false))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/pat.rs:300         self.0.build_pat_(ast::Pat_::PatLit(expr))
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/pat.rs:324:33: 324:44 error: unresolved name `ast::PatTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/pat.rs:324         self.builder.build_pat_(ast::PatTup(self.pats))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:48:37: 48:47 error: type name `ast::Stmt_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:48     pub fn build_stmt_(self, stmt_: ast::Stmt_) -> F::Result {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:48:37: 48: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.9.1/src/stmt.rs:66:38: 66:59 error: failed to resolve. Could not find `Decl_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:66         let decl = respan(self.span, ast::Decl_::DeclLocal(P(local)));
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:68:26: 68:39 error: unresolved name `ast::StmtDecl` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:68         self.build_stmt_(ast::StmtDecl(P(decl), ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:83:26: 83:46 error: failed to resolve. Could not find `Stmt_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:83         self.build_stmt_(ast::Stmt_::StmtExpr(expr, ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:97:38: 97:58 error: failed to resolve. Could not find `Decl_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:97         let decl = respan(self.span, ast::Decl_::DeclItem(item));
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:98:26: 98:39 error: unresolved name `ast::StmtDecl` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:98         self.build_stmt_(ast::StmtDecl(P(decl), ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:158:28: 158:48 error: failed to resolve. Could not find `Stmt_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:158         self.0.build_stmt_(ast::Stmt_::StmtSemi(expr, ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/struct_field.rs:15     kind: ast::StructFieldKind,
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/struct_field.rs:41:56: 41:70 error: unresolved name `ast::Inherited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/struct_field.rs:41             kind: ast::StructFieldKind::NamedField(id, ast::Inherited),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/struct_field.rs:41             kind: ast::StructFieldKind::NamedField(id, ast::Inherited),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/struct_field.rs:50:54: 50:68 error: unresolved name `ast::Inherited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/struct_field.rs:50             kind: ast::StructFieldKind::UnnamedField(ast::Inherited),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/struct_field.rs:50             kind: ast::StructFieldKind::UnnamedField(ast::Inherited),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/struct_field.rs:62             ast::StructFieldKind::NamedField(_, ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/struct_field.rs:62:74: 62:85 error: unresolved name `ast::Public` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/struct_field.rs:62             ast::StructFieldKind::NamedField(_, ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/struct_field.rs:63             ast::StructFieldKind::UnnamedField(ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/struct_field.rs:63:73: 63:84 error: unresolved name `ast::Public` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/struct_field.rs:63             ast::StructFieldKind::UnnamedField(ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/struct_field.rs:74         let field = ast::StructField_ {
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:45:33: 45:41 error: type name `ast::Ty_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:45     pub fn build_ty_(self, ty_: ast::Ty_) -> F::Result {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:45:33: 45:41 help: no candidates by the name of `Ty_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:61:24: 61:40 error: failed to resolve. Could not find `Ty_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:61         self.build_ty_(ast::Ty_::TyPath(None, path))
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:65:24: 65:40 error: failed to resolve. Could not find `Ty_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:65         self.build_ty_(ast::Ty_::TyPath(Some(qself), path))
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:136:24: 136:39 error: failed to resolve. Could not find `Ty_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:136         self.build_ty_(ast::Ty_::TyVec(ty))
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:147:25: 147:42 error: unresolved name `ast::MutImmutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:147             mutability: ast::MutImmutable,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:152:24: 152:36 error: unresolved name `ast::TyInfer` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:152         self.build_ty_(ast::TyInfer)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:222:27: 222:42 error: unresolved name `ast::MutMutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:222         self.mutability = ast::MutMutable;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:242:32: 242:43 error: unresolved name `ast::TyRptr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:242         self.builder.build_ty_(ast::TyRptr(self.lifetime, ty))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:369:32: 369:42 error: unresolved name `ast::TyTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/ty.rs:369         self.builder.build_ty_(ast::TyTup(self.tys))
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/block.rs:34:31: 34:64 error: no associated item named `DefaultBlock` found for type `syntax::ast::BlockCheckMode` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/block.rs:34             block_check_mode: ast::BlockCheckMode::DefaultBlock,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/block.rs:45:33: 45:65 error: no associated item named `UnsafeBlock` found for type `syntax::ast::BlockCheckMode` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/block.rs:45         self.block_check_mode = ast::BlockCheckMode::UnsafeBlock(source);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/block.rs:79:20: 79:30 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/block.rs:79             stmts: self.stmts,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/block.rs:79:20: 79:30 note: expected type `std::vec::Vec<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/block.rs:79:20: 79:30 note:    found type `std::vec::Vec<syntax::ptr::P<syntax::ast::Stmt>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/block.rs:79:20: 79:30 note: expected struct `syntax::ast::Stmt`, found struct `syntax::ptr::P` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/block.rs:79             stmts: self.stmts,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/block.rs:80:13: 80:17 error: structure `syntax::ast::Block` has no field named `expr` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/block.rs:80             expr: expr,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:68:39: 68:54 error: no method named `into_thin_attrs` found for type `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Attribute_>>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:68             attrs: self.attrs.clone().into_thin_attrs(),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:368:25: 368: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.9.1/src/expr.rs:368             mutability: ast::Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/expr.rs:375:25: 375: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.9.1/src/expr.rs:375             mutability: ast::Mutability::MutMutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/fn_decl.rs:65:22: 65:50 error: no associated item named `NoReturn` found for type `syntax::ast::FunctionRetTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/fn_decl.rs:65         let ret_ty = ast::FunctionRetTy::NoReturn(self.span);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/fn_decl.rs:70:22: 70:55 error: no associated item named `DefaultReturn` found for type `syntax::ast::FunctionRetTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/fn_decl.rs:70         let ret_ty = ast::FunctionRetTy::DefaultReturn(self.span);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/fn_decl.rs:75:20: 75:46 error: no associated item named `Return` found for type `syntax::ast::FunctionRetTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/fn_decl.rs:75         self.build(ast::FunctionRetTy::Return(ty))
^~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/fn_decl.rs:152:38: 152:67 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/fn_decl.rs:152                     ast::BindByValue(ast::Mutability::MutImmutable),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/generics.rs:60:48: 60: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.9.1/src/generics.rs:60             .with_ty_params(generics.ty_params.move_iter())
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:631:23: 631:36 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/item.rs:631             variants: self.variants,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/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.9.1/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.9.1/src/item.rs:631             variants: self.variants,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/item.rs:951         let item = ast::ImplItem {
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/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.9.1/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.9.1/src/lit.rs:62         self.build_int(value as i64, ast::IntTy::TyIs)
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:66         self.build_int(value as i64, ast::IntTy::TyI8)
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:70         self.build_int(value as i64, ast::IntTy::TyI16)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:74         self.build_int(value as i64, ast::IntTy::TyI32)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:78         self.build_int(value, ast::IntTy::TyI64)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:82         self.build_lit(ast::LitInt(value, ast::LitIntType::UnsignedIntLit(ty)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:86         self.build_uint(value as u64, ast::UintTy::TyUs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:90         self.build_uint(value as u64, ast::UintTy::TyU8)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:94         self.build_uint(value as u64, ast::UintTy::TyU16)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:98         self.build_uint(value as u64, ast::UintTy::TyU32)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:102         self.build_uint(value, ast::UintTy::TyU64)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:114         self.build_float(value, ast::FloatTy::TyF32)
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/lit.rs:120         self.build_float(value, ast::FloatTy::TyF64)
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/mac.rs:59             ctxt: ast::EMPTY_CTXT,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:54:25: 54:53 error: no associated item named `NoReturn` found for type `syntax::ast::FunctionRetTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:54                 output: ast::FunctionRetTy::NoReturn(DUMMY_SP),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:124:13: 124:26 error: structure `syntax::ast::MethodSig` has no field named `explicit_self` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:124             explicit_self: self.explicit_self,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:215:13: 215:42 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:215             ast::Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:225:13: 225:42 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:225             ast::Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:233:13: 233:40 error: no associated item named `MutMutable` found for type `syntax::ast::Mutability` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:233             ast::Mutability::MutMutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:243:13: 243:40 error: no associated item named `MutMutable` found for type `syntax::ast::Mutability` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/method.rs:243             ast::Mutability::MutMutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/pat.rs:70         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/pat.rs:70         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/pat.rs:77         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/pat.rs:77         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/pat.rs:84         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/pat.rs:84         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/pat.rs:91         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/src/pat.rs:91         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/path.rs:268:26: 268:71 error: no associated item named `AngleBracketedParameters` found for type `syntax::ast::PathParameters` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/path.rs:268         let parameters = ast::PathParameters::AngleBracketedParameters(data);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:50:20: 50:24 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:50         self.build(stmt)
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:50:20: 50:24 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:50:20: 50:24 note:    found type `syntax::ptr::P<syntax::codemap::Spanned<_>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:50:20: 50:24 note: expected struct `syntax::ast::Stmt`, found struct `syntax::codemap::Spanned` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:50         self.build(stmt)
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:63:39: 63:54 error: no method named `into_thin_attrs` found for type `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Attribute_>>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/stmt.rs:63             attrs: self.attrs.clone().into_thin_attrs(),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/struct_field.rs:80:30: 80:54 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/struct_field.rs:80         self.callback.invoke(respan(self.span, field))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/struct_field.rs:80:30: 80:54 note: expected type `syntax::ast::StructField` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/struct_field.rs:80:30: 80:54 note:    found type `syntax::codemap::Spanned<_>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/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.9.1/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.9.1`, intermediate artifacts can be found at `/home/cratesfyi/aster-0.9.1`,
cause: ChainedError {
error: Could not document `aster`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.9.1/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.9.1/doc -L dependency=/home/cratesfyi/aster-0.9.1/debug -L dependency=/home/cratesfyi/aster-0.9.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.