[go: up one dir, main page]

aster 0.1.10

A libsyntax ast builder
Build #3518 2016-08-02 07:41:26

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.1.10
Documenting aster v0.1.10
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.1.10/doc -L dependency=/home/cratesfyi/aster-0.1.10/debug -L dependency=/home/cratesfyi/aster-0.1.10/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/generics.rs:5:5: 5:36 error: unresolved import `syntax::owned_slice::OwnedSlice`. Could not find `owned_slice` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/generics.rs:5 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/path.rs:5:5: 5:36 error: unresolved import `syntax::owned_slice::OwnedSlice`. Could not find `owned_slice` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/path.rs:5 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty_param.rs:3:5: 3:36 error: unresolved import `syntax::owned_slice::OwnedSlice`. Could not find `owned_slice` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty_param.rs:3 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:38:20: 38:34 error: unresolved name `ast::AttrOuter` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:38             style: ast::AttrOuter,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:45:41: 45:55 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:45     pub fn build_meta_item_(self, item: ast::MetaItem_) -> F::Result {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:45:41: 45: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.1.10/src/attr.rs:53:31: 53:44 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:53         self.build_meta_item_(ast::MetaWord(word.to_interned_string()))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:125:16: 125:30 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:125 impl<F> Invoke<ast::MetaItem_> for AttrBuilder<F>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:125:16: 125: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.1.10/src/attr.rs:130:27: 130:41 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:130     fn invoke(self, item: ast::MetaItem_) -> F::Result {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:130:27: 130: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.1.10/src/attr.rs:171:36: 171:50 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:171         where I: IntoIterator<Item=ast::MetaItem_>,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:171:36: 171: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.1.10/src/attr.rs:183:40: 183:54 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:183     pub fn with_meta_item_(self, item: ast::MetaItem_) -> Self {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:183:40: 183: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.1.10/src/attr.rs:193:47: 193:60 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:193         self.with_meta_items_(iter.map(|word| ast::MetaWord(word.to_interned_string())))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:199:30: 199:43 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:199         self.with_meta_item_(ast::MetaWord(word.to_interned_string()))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:218:38: 218:51 error: unresolved name `ast::MetaList` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:218         let item = respan(self.span, ast::MetaList(self.name, self.items));
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:233:16: 233:30 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:233 impl<F> Invoke<ast::MetaItem_> for AttrListBuilder<F>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:233:16: 233: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.1.10/src/attr.rs:238:27: 238:41 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:238     fn invoke(self, item: ast::MetaItem_) -> Self {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:238:27: 238: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.1.10/src/attr.rs:250:16: 250:30 error: type name `ast::MetaItem_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:250 impl<F: Invoke<ast::MetaItem_>> Invoke<P<ast::Lit>> for AttrNameValueBuilder<F> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:250:16: 250: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.1.10/src/attr.rs:254:20: 254:38 error: unresolved name `ast::MetaNameValue` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/attr.rs:254         let item = ast::MetaNameValue(self.name, (*value).clone());
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:47:36: 47:46 error: type name `ast::Expr_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:47     pub fn build_expr_(self, expr: ast::Expr_) -> F::Result {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:47:36: 47: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.1.10/src/expr.rs:57:26: 57:46 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:57         self.build_expr_(ast::Expr_::ExprPath(None, path))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:61:26: 61:46 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:61         self.build_expr_(ast::Expr_::ExprPath(Some(qself), path))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:75:26: 75:45 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:75         self.build_expr_(ast::Expr_::ExprLit(lit))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:137:26: 137:40 error: unresolved name `ast::ExprUnary` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:137         self.build_expr_(ast::ExprUnary(unop, expr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:141:26: 141:37 error: unresolved name `ast::UnUniq` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:141         self.build_unary(ast::UnUniq, expr)
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:145:26: 145:38 error: unresolved name `ast::UnDeref` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:145         self.build_unary(ast::UnDeref, expr)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:149:26: 149:36 error: unresolved name `ast::UnNot` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:149         self.build_unary(ast::UnNot, expr)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:153:26: 153:36 error: unresolved name `ast::UnNeg` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:153         self.build_unary(ast::UnNeg, expr)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:164:20: 164:31 error: unresolved name `ast::UnUniq` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:164         self.unary(ast::UnUniq)
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:168:20: 168:32 error: unresolved name `ast::UnDeref` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:168         self.unary(ast::UnDeref)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:172:20: 172:30 error: unresolved name `ast::UnNot` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:172         self.unary(ast::UnNot)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:176:20: 176:30 error: unresolved name `ast::UnNeg` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:176         self.unary(ast::UnNeg)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:181:16: 181:27 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:181         binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:181:16: 181: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.1.10/src/expr.rs:186:26: 186:48 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:186         self.build_expr_(ast::Expr_::ExprBinary(binop, lhs, rhs))
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:190:27: 190:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:190         self.build_binary(ast::BinOp_::BiAdd, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:194:27: 194:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:194         self.build_binary(ast::BinOp_::BiSub, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:198         self.build_binary(ast::BinOp_::BiMul, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:202         self.build_binary(ast::BinOp_::BiDiv, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:206         self.build_binary(ast::BinOp_::BiRem, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:210         self.build_binary(ast::BinOp_::BiAnd, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:214:27: 214:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:214         self.build_binary(ast::BinOp_::BiOr, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:218:27: 218:48 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:218         self.build_binary(ast::BinOp_::BiBitXor, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:222:27: 222:48 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:222         self.build_binary(ast::BinOp_::BiBitAnd, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:226:27: 226:47 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:226         self.build_binary(ast::BinOp_::BiBitOr, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:230:27: 230:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:230         self.build_binary(ast::BinOp_::BiShl, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:234:27: 234:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:234         self.build_binary(ast::BinOp_::BiShr, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:238:27: 238:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:238         self.build_binary(ast::BinOp_::BiEq, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:242:27: 242:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:242         self.build_binary(ast::BinOp_::BiLt, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:246         self.build_binary(ast::BinOp_::BiLe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:250         self.build_binary(ast::BinOp_::BiNe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:254         self.build_binary(ast::BinOp_::BiGe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:258         self.build_binary(ast::BinOp_::BiGt, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:261:32: 261:43 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:261     pub fn binary(self, binop: ast::BinOp_) -> ExprBuilder<ExprBinaryLhsBuilder<F>> {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:261:32: 261: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.1.10/src/expr.rs:269:21: 269:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:269         self.binary(ast::BinOp_::BiAdd)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:273:21: 273:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:273         self.binary(ast::BinOp_::BiSub)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:277         self.binary(ast::BinOp_::BiMul)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:281         self.binary(ast::BinOp_::BiDiv)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:285         self.binary(ast::BinOp_::BiRem)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:289         self.binary(ast::BinOp_::BiAnd)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:293:21: 293:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:293         self.binary(ast::BinOp_::BiOr)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:297:21: 297:42 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:297         self.binary(ast::BinOp_::BiBitXor)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:301:21: 301:42 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:301         self.binary(ast::BinOp_::BiBitAnd)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:305:21: 305:41 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:305         self.binary(ast::BinOp_::BiBitOr)
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:309:21: 309:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:309         self.binary(ast::BinOp_::BiShl)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:313:21: 313:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:313         self.binary(ast::BinOp_::BiShr)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:317:21: 317:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:317         self.binary(ast::BinOp_::BiEq)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:321:21: 321:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:321         self.binary(ast::BinOp_::BiLt)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:325         self.binary(ast::BinOp_::BiLe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:329         self.binary(ast::BinOp_::BiNe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:333         self.binary(ast::BinOp_::BiGe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/expr.rs:337         self.binary(ast::BinOp_::BiGt)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:509:26: 509:40 error: unresolved name `ast::ExprBlock` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:509         self.build_expr_(ast::ExprBlock(block))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:534:12: 534:23 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:534     binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:534:12: 534: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.1.10/src/expr.rs:553:12: 553:23 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:553     binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:553:12: 553: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.1.10/src/expr.rs:589:34: 589:46 error: unresolved name `ast::ExprTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:589         self.builder.build_expr_(ast::ExprTup(self.exprs))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:668:21: 668:36 error: unresolved name `ast::ExprStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:668         let expr_ = ast::ExprStruct(self.path, self.fields, None);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:679:21: 679:36 error: unresolved name `ast::ExprStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:679         let expr_ = ast::ExprStruct(self.path, self.fields, Some(expr));
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:754:34: 754:47 error: unresolved name `ast::ExprCall` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:754         self.builder.build_expr_(ast::ExprCall(self.fn_, self.args))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:835:34: 835:53 error: unresolved name `ast::ExprMethodCall` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:835         self.builder.build_expr_(ast::ExprMethodCall(self.id, self.tys, self.args))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:872:34: 872:49 error: unresolved name `ast::ExprAddrOf` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:872         self.builder.build_expr_(ast::ExprAddrOf(self.mutability, expr))
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:908:34: 908:48 error: unresolved name `ast::ExprParen` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:908         self.builder.build_expr_(ast::ExprParen(expr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:925:34: 925:48 error: unresolved name `ast::ExprField` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:925         self.builder.build_expr_(ast::ExprField(expr, self.id))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:942:34: 942:51 error: unresolved name `ast::ExprTupField` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:942         self.builder.build_expr_(ast::ExprTupField(expr, self.index))
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/fn_decl.rs:145:21: 145:37 error: unresolved name `ast::BindByValue` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/fn_decl.rs:145                     ast::BindByValue(ast::Mutability::MutImmutable),
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/fn_decl.rs:144:23: 144:36 error: unresolved name `ast::PatIdent` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/fn_decl.rs:144                 node: ast::PatIdent(
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:70:47: 70:57 error: type name `ast::Item_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:70     pub fn build_item_<T>(self, id: T, item_: ast::Item_) -> F::Result
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:70:47: 70: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.1.10/src/item.rs:95:20: 95:32 error: unresolved name `ast::ItemUse` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:95         let item = ast::ItemUse(P(respan(self.span, view_path)));
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:96:26: 96:56 error: failed to resolve. Could not find `special_idents` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:96         self.build_item_(token::special_idents::invalid, item)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:211:43: 211:61 error: failed to resolve. Could not find `Item_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:211         self.builder.build_item_(self.id, ast::Item_::ItemFn(
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:303:18: 303:32 error: type name `ast::StructDef` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:303 impl<F> Invoke<P<ast::StructDef>> for ItemStructBuilder<F>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:303:18: 303: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.1.10/src/item.rs:308:35: 308:49 error: type name `ast::StructDef` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:308     fn invoke(self, struct_def: P<ast::StructDef>) -> F::Result {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:308:35: 308: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.1.10/src/item.rs:309:23: 309:38 error: unresolved name `ast::ItemStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:309         let struct_ = ast::ItemStruct(struct_def, self.generics);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:350:26: 350:40 error: `ast::StructDef` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:350         let struct_def = ast::StructDef {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:354:23: 354:38 error: unresolved name `ast::ItemStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:354         let struct_ = ast::ItemStruct(P(struct_def), self.generics);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:452:21: 452:34 error: unresolved name `ast::ItemEnum` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:452         let enum_ = ast::ItemEnum(enum_def, self.generics);
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:37:33: 37:42 error: type name `ast::Lit_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:37     pub fn build_lit(self, lit: ast::Lit_) -> F::Result {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:37:33: 37:42 help: no candidates by the name of `Lit_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:45:24: 45:36 error: unresolved name `ast::LitBool` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:45         self.build_lit(ast::LitBool(value))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:49:20: 49:34 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:49         let sign = ast::Sign::new(value);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:50:50: 50:71 error: unresolved name `ast::UnsuffixedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:50         self.build_lit(ast::LitInt(value as u64, ast::UnsuffixedIntLit(sign)))
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:50:24: 50:35 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:50         self.build_lit(ast::LitInt(value as u64, ast::UnsuffixedIntLit(sign)))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:54:20: 54:34 error: failed to resolve. Could not find `Sign` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:54         let sign = ast::Sign::new(value);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:55:24: 55:35 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:55         self.build_lit(ast::LitInt(value as u64, ast::LitIntType::SignedIntLit(ty, sign)))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:79:24: 79:35 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:79         self.build_lit(ast::LitInt(value, ast::LitIntType::UnsignedIntLit(ty)))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:106:43: 106:57 error: unresolved name `ast::CookedStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:106         self.build_lit(ast::LitStr(value, ast::CookedStr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:106:24: 106:35 error: unresolved name `ast::LitStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:106         self.build_lit(ast::LitStr(value, ast::CookedStr))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:150:19: 150:38 error: unresolved name `ast::MethodImplItem` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:150             node: ast::MethodImplItem(method_sig, block),
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:182:37: 182:55 error: type name `ast::ExplicitSelf_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:182     pub fn build_self_(self, self_: ast::ExplicitSelf_) -> F::Result {
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:182:37: 182: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.1.10/src/method.rs:188:26: 188:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:188         self.build_self_(ast::ExplicitSelf_::SelfStatic)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:192:26: 192:55 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:192         self.build_self_(ast::ExplicitSelf_::SelfValue("self".to_ident()))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:196:26: 196:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:196         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:206:26: 206:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:206         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:214:26: 214:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:214         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:224:26: 224:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:224         self.build_self_(ast::ExplicitSelf_::SelfRegion(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:244:26: 244:58 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:244         self.build_self_(ast::ExplicitSelf_::SelfExplicit(ty, "self".to_ident()))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:46:35: 46:44 error: type name `ast::Pat_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:46     pub fn build_pat_(self, pat_: ast::Pat_) -> F::Result {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:46:35: 46:44 help: no candidates by the name of `Pat_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:56:44: 56:75 error: failed to resolve. Could not find `PatWildKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:56         self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildSingle))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:56:25: 56:43 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:56         self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildSingle))
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:60:44: 60:74 error: failed to resolve. Could not find `PatWildKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:60         self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildMulti))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:60:25: 60:43 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:60         self.build_pat_(ast::Pat_::PatWild(ast::PatWildKind::PatWildMulti))
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:68:25: 68:44 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:68         self.build_pat_(ast::Pat_::PatIdent(mode, id, sub))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:174:33: 174:51 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:174         self.builder.build_pat_(ast::Pat_::PatEnum(self.path, Some(self.pats)))
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:265:33: 265:53 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:265         self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, true))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:269:33: 269:53 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:269         self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, false))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:304:27: 304:44 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:304         self.0.build_pat_(ast::Pat_::PatLit(expr))
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:328:33: 328:44 error: unresolved name `ast::PatTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:328         self.builder.build_pat_(ast::PatTup(self.pats))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:45:37: 45:47 error: type name `ast::Stmt_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:45     pub fn build_stmt_(self, stmt_: ast::Stmt_) -> F::Result {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:45:37: 45:47 help: no candidates by the name of `Stmt_` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/stmt.rs:60             source: ast::LocalSource::LocalLet,
^~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/stmt.rs:63         let decl = respan(self.span, ast::Decl_::DeclLocal(P(local)));
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:65:26: 65:39 error: unresolved name `ast::StmtDecl` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:65         self.build_stmt_(ast::StmtDecl(P(decl), ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/stmt.rs:80         self.build_stmt_(ast::Stmt_::StmtExpr(expr, ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/stmt.rs:94         let decl = respan(self.span, ast::Decl_::DeclItem(item));
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:95:26: 95:39 error: unresolved name `ast::StmtDecl` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:95         self.build_stmt_(ast::StmtDecl(P(decl), ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/stmt.rs:155         self.0.build_stmt_(ast::Stmt_::StmtSemi(expr, ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/str.rs:29:9: 29:25 error: unresolved name `token::get_ident` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/str.rs:29         token::get_ident(*self)
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/str.rs:35:9: 35:24 error: unresolved name `token::get_name` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/str.rs:35         token::get_name(*self)
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:25:23: 25:37 error: type name `ast::StructDef` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:25     where F: Invoke<P<ast::StructDef>>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:25:23: 25:37 help: no candidates by the name of `StructDef` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:54:32: 54:46 error: `ast::StructDef` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:54         self.callback.invoke(P(ast::StructDef {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:62:23: 62:37 error: type name `ast::StructDef` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:62     where F: Invoke<P<ast::StructDef>>,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:62:23: 62: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.1.10/src/struct_def.rs:76:11: 76:31 error: type name `ast::StructFieldKind` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:76     kind: ast::StructFieldKind,
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:76:11: 76: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.1.10/src/struct_def.rs:102:56: 102:70 error: unresolved name `ast::Inherited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:102             kind: ast::StructFieldKind::NamedField(id, ast::Inherited),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:102:19: 102:51 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:102             kind: ast::StructFieldKind::NamedField(id, ast::Inherited),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:111:54: 111:68 error: unresolved name `ast::Inherited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:111             kind: ast::StructFieldKind::UnnamedField(ast::Inherited),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:111:19: 111:53 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:111             kind: ast::StructFieldKind::UnnamedField(ast::Inherited),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:123:13: 123:45 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:123             ast::StructFieldKind::NamedField(_, ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:123:74: 123:85 error: unresolved name `ast::Public` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:123             ast::StructFieldKind::NamedField(_, ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:124:13: 124:47 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:124             ast::StructFieldKind::UnnamedField(ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:124:73: 124:84 error: unresolved name `ast::Public` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:124             ast::StructFieldKind::UnnamedField(ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:135:21: 135:38 error: `ast::StructField_` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:135         let field = ast::StructField_ {
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty.rs:44:33: 44:41 error: type name `ast::Ty_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty.rs:44     pub fn build_ty_(self, ty_: ast::Ty_) -> F::Result {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty.rs:44:33: 44: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.1.10/src/ty.rs:60:24: 60:40 error: failed to resolve. Could not find `Ty_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty.rs:60         self.build_ty_(ast::Ty_::TyPath(None, path))
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty.rs:64:24: 64:40 error: failed to resolve. Could not find `Ty_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty.rs:64         self.build_ty_(ast::Ty_::TyPath(Some(qself), path))
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty.rs:138:25: 138:42 error: unresolved name `ast::MutImmutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty.rs:138             mutability: ast::MutImmutable,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty.rs:169:27: 169:42 error: unresolved name `ast::MutMutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty.rs:169         self.mutability = ast::MutMutable;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty.rs:189:32: 189:43 error: unresolved name `ast::TyRptr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty.rs:189         self.builder.build_ty_(ast::TyRptr(self.lifetime, ty))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty.rs:316:32: 316:42 error: unresolved name `ast::TyTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/ty.rs:316         self.builder.build_ty_(ast::TyTup(self.tys))
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/variant.rs:67:43: 67:59 error: type name `ast::VariantKind` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/variant.rs:67     pub fn build_variant_kind(self, kind: ast::VariantKind) -> F::Result {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/variant.rs:67:43: 67:59 help: no candidates by the name of `VariantKind` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/variant.rs:105     args: Vec<ast::VariantArg>,
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/variant.rs:121:24: 121:39 error: `ast::VariantArg` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/variant.rs:121         self.args.push(ast::VariantArg {
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/variant.rs:133:20: 133:41 error: unresolved name `ast::TupleVariantKind` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/variant.rs:133         let kind = ast::TupleVariantKind(self.args);
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/variant.rs:174 impl<F> Invoke<P<ast::StructDef>> for VariantStructBuilder<F>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/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.1.10/src/variant.rs:179     fn invoke(self, struct_def: P<ast::StructDef>) -> F::Result {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/variant.rs:180:20: 180:42 error: unresolved name `ast::StructVariantKind` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/variant.rs:180         let kind = ast::StructVariantKind(struct_def);
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/block.rs:34:31: 34:64 error: no associated item named `DefaultBlock` found for type `syntax::ast::BlockCheckMode` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/block.rs:34             block_check_mode: ast::BlockCheckMode::DefaultBlock,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/block.rs:45:33: 45:65 error: no associated item named `UnsafeBlock` found for type `syntax::ast::BlockCheckMode` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/block.rs:45         self.block_check_mode = ast::BlockCheckMode::UnsafeBlock(source);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/block.rs:79:20: 79:30 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/block.rs:79             stmts: self.stmts,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/block.rs:79:20: 79:30 note: expected type `std::vec::Vec<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/block.rs:79:20: 79:30 note:    found type `std::vec::Vec<syntax::ptr::P<syntax::ast::Stmt>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/block.rs:79:20: 79:30 note: expected struct `syntax::ast::Stmt`, found struct `syntax::ptr::P` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/block.rs:79             stmts: self.stmts,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/block.rs:80:13: 80:17 error: structure `syntax::ast::Block` has no field named `expr` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/block.rs:80             expr: expr,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:48:22: 48:31 error: missing field `attrs` in initializer of `syntax::ast::Expr` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:48         let expr = P(ast::Expr {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:343:25: 343: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.1.10/src/expr.rs:343             mutability: ast::Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/expr.rs:350:25: 350: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.1.10/src/expr.rs:350             mutability: ast::Mutability::MutMutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/fn_decl.rs:58:22: 58: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.1.10/src/fn_decl.rs:58         let ret_ty = ast::FunctionRetTy::NoReturn(self.span);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/fn_decl.rs:63:22: 63: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.1.10/src/fn_decl.rs:63         let ret_ty = ast::FunctionRetTy::DefaultReturn(self.span);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/fn_decl.rs:68:20: 68: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.1.10/src/fn_decl.rs:68         self.build(ast::FunctionRetTy::Return(ty))
^~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/fn_decl.rs:145:38: 145: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.1.10/src/fn_decl.rs:145                     ast::BindByValue(ast::Mutability::MutImmutable),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/generics.rs:59:48: 59:57 error: no method named `move_iter` found for type `syntax::ptr::P<[syntax::ast::TyParam]>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/generics.rs:59             .with_ty_params(generics.ty_params.move_iter())
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/ident.rs:19         ast::Ident::new(*self)
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:450:23: 450:36 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:450             variants: self.variants,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:450:23: 450:36 note: expected type `std::vec::Vec<syntax::codemap::Spanned<syntax::ast::Variant_>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:450:23: 450:36 note:    found type `std::vec::Vec<syntax::ptr::P<syntax::codemap::Spanned<syntax::ast::Variant_>>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:450:23: 450:36 note: expected struct `syntax::codemap::Spanned`, found struct `syntax::ptr::P` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/item.rs:450             variants: self.variants,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:55:50: 55:79 error: no associated item named `SignedIntLit` found for type `syntax::ast::LitIntType` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:55         self.build_lit(ast::LitInt(value as u64, ast::LitIntType::SignedIntLit(ty, sign)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:59:38: 59:54 error: no associated item named `TyIs` found for type `syntax::ast::IntTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:59         self.build_int(value as i64, ast::IntTy::TyIs)
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:63:38: 63:54 error: no associated item named `TyI8` found for type `syntax::ast::IntTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:63         self.build_int(value as i64, ast::IntTy::TyI8)
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:67:38: 67:55 error: no associated item named `TyI16` found for type `syntax::ast::IntTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:67         self.build_int(value as i64, ast::IntTy::TyI16)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:71:38: 71:55 error: no associated item named `TyI32` found for type `syntax::ast::IntTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:71         self.build_int(value as i64, ast::IntTy::TyI32)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:75:31: 75:48 error: no associated item named `TyI64` found for type `syntax::ast::IntTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:75         self.build_int(value, ast::IntTy::TyI64)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:79:43: 79:74 error: no associated item named `UnsignedIntLit` found for type `syntax::ast::LitIntType` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:79         self.build_lit(ast::LitInt(value, ast::LitIntType::UnsignedIntLit(ty)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:83:39: 83:56 error: no associated item named `TyUs` found for type `syntax::ast::UintTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:83         self.build_uint(value as u64, ast::UintTy::TyUs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:87:39: 87:56 error: no associated item named `TyU8` found for type `syntax::ast::UintTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:87         self.build_uint(value as u64, ast::UintTy::TyU8)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:91:39: 91:57 error: no associated item named `TyU16` found for type `syntax::ast::UintTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:91         self.build_uint(value as u64, ast::UintTy::TyU16)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:95:39: 95:57 error: no associated item named `TyU32` found for type `syntax::ast::UintTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:95         self.build_uint(value as u64, ast::UintTy::TyU32)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:99:32: 99:50 error: no associated item named `TyU64` found for type `syntax::ast::UintTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lit.rs:99         self.build_uint(value, ast::UintTy::TyU64)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:142:13: 142:26 error: structure `syntax::ast::MethodSig` has no field named `explicit_self` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:142             explicit_self: self.explicit_self,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:142:13: 142:26 help: did you mean `constness`? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:142             explicit_self: self.explicit_self,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:145:40: 145:53 error: missing field `defaultness` in initializer of `syntax::ast::ImplItem` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:145         self.builder.callback.invoke(P(ast::ImplItem {
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:198:13: 198: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.1.10/src/method.rs:198             ast::Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:208:13: 208: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.1.10/src/method.rs:208             ast::Mutability::MutImmutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:216:13: 216: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.1.10/src/method.rs:216             ast::Mutability::MutMutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/method.rs:226:13: 226: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.1.10/src/method.rs:226             ast::Mutability::MutMutable,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:74:20: 74:49 error: no associated item named `BindByValue` found for type `syntax::ast::BindingMode` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:74         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:74:50: 74:79 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:74         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:81:20: 81:49 error: no associated item named `BindByValue` found for type `syntax::ast::BindingMode` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:81         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:81:50: 81:77 error: no associated item named `MutMutable` found for type `syntax::ast::Mutability` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:81         let mode = ast::BindingMode::BindByValue(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:88:20: 88:47 error: no associated item named `BindByRef` found for type `syntax::ast::BindingMode` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:88         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:88:48: 88:77 error: no associated item named `MutImmutable` found for type `syntax::ast::Mutability` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:88         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutImmutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:95:20: 95:47 error: no associated item named `BindByRef` found for type `syntax::ast::BindingMode` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:95         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:95:48: 95:75 error: no associated item named `MutMutable` found for type `syntax::ast::Mutability` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/pat.rs:95         let mode = ast::BindingMode::BindByRef(ast::Mutability::MutMutable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/path.rs:267:26: 267: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.1.10/src/path.rs:267         let parameters = ast::PathParameters::AngleBracketedParameters(data);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:47:20: 47:24 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:47         self.build(stmt)
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:47:20: 47:24 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:47:20: 47:24 note:    found type `syntax::ptr::P<syntax::codemap::Spanned<_>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:47:20: 47:24 note: expected struct `syntax::ast::Stmt`, found struct `syntax::codemap::Spanned` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:47         self.build(stmt)
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/stmt.rs:60             source: ast::LocalSource::LocalLet,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:60:13: 60:19 help: did you mean `attrs`? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/stmt.rs:60             source: ast::LocalSource::LocalLet,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:141:30: 141:54 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:141         self.callback.invoke(respan(self.span, field))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:141:30: 141:54 note: expected type `syntax::ast::StructField` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:141:30: 141:54 note:    found type `syntax::codemap::Spanned<_>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:141:30: 141:54 note: expected struct `syntax::ast::StructField`, found struct `syntax::codemap::Spanned` 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/struct_def.rs:141         self.callback.invoke(respan(self.span, field))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/variant.rs:71:13: 71:17 error: structure `syntax::ast::Variant_` has no field named `kind` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/variant.rs:71             kind: kind,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/variant.rs:71:13: 71:17 help: did you mean `data`? 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/variant.rs:71             kind: kind,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/variant.rs:72:13: 72:15 error: structure `syntax::ast::Variant_` has no field named `id` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/variant.rs:72             id: ast::DUMMY_NODE_ID,
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/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.1.10/src/variant.rs:74             vis: ast::Visibility::Inherited,
^~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `aster v0.1.10`, intermediate artifacts can be found at `/home/cratesfyi/aster-0.1.10`,
cause: ChainedError {
error: Could not document `aster`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.10/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.1.10/doc -L dependency=/home/cratesfyi/aster-0.1.10/debug -L dependency=/home/cratesfyi/aster-0.1.10/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.