[go: up one dir, main page]

aster 0.1.4

A libsyntax ast builder
Build #3524 2016-08-02 07:42:02

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.4
Documenting aster v0.1.4
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.1.4/doc -L dependency=/home/cratesfyi/aster-0.1.4/debug -L dependency=/home/cratesfyi/aster-0.1.4/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/generics.rs:5 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/path.rs:5 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/ty_param.rs:3 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/attr.rs:38:20: 38:34 error: unresolved name `ast::AttrOuter` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/attr.rs:38             style: ast::AttrOuter,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/attr.rs:45     pub fn build_meta_item_(self, item: ast::MetaItem_) -> F::Result {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/attr.rs:53:31: 53:44 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/attr.rs:53         self.build_meta_item_(ast::MetaWord(word.into_interned_string()))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/attr.rs:125 impl<F> Invoke<ast::MetaItem_> for AttrBuilder<F>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/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.4/src/attr.rs:130     fn invoke(self, item: ast::MetaItem_) -> F::Result {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/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.4/src/attr.rs:171         where I: IntoIterator<Item=ast::MetaItem_>,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/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.4/src/attr.rs:183     pub fn with_meta_item_(self, item: ast::MetaItem_) -> Self {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/attr.rs:193:47: 193:60 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/attr.rs:193         self.with_meta_items_(iter.map(|word| ast::MetaWord(word.into_interned_string())))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/attr.rs:199:30: 199:43 error: unresolved name `ast::MetaWord` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/attr.rs:199         self.with_meta_item_(ast::MetaWord(word.into_interned_string()))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/attr.rs:218:38: 218:51 error: unresolved name `ast::MetaList` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/attr.rs:218         let item = respan(self.span, ast::MetaList(self.name, self.items));
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/attr.rs:233 impl<F> Invoke<ast::MetaItem_> for AttrListBuilder<F>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/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.4/src/attr.rs:238     fn invoke(self, item: ast::MetaItem_) -> Self {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/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.4/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.4/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.4/src/attr.rs:254:20: 254:38 error: unresolved name `ast::MetaNameValue` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/attr.rs:254         let item = ast::MetaNameValue(self.name, (*value).clone());
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:47     pub fn build_expr_(self, expr: ast::Expr_) -> F::Result {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/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.4/src/expr.rs:57         self.build_expr_(ast::Expr_::ExprPath(None, path))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:61         self.build_expr_(ast::Expr_::ExprPath(Some(qself), path))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:75         self.build_expr_(ast::Expr_::ExprLit(lit))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:133:26: 133:40 error: unresolved name `ast::ExprUnary` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:133         self.build_expr_(ast::ExprUnary(unop, expr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:137:26: 137:37 error: unresolved name `ast::UnUniq` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:137         self.build_unary(ast::UnUniq, expr)
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:141:26: 141:38 error: unresolved name `ast::UnDeref` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:141         self.build_unary(ast::UnDeref, expr)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:145:26: 145:36 error: unresolved name `ast::UnNot` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:145         self.build_unary(ast::UnNot, expr)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:149:26: 149:36 error: unresolved name `ast::UnNeg` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:149         self.build_unary(ast::UnNeg, expr)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:160:20: 160:31 error: unresolved name `ast::UnUniq` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:160         self.unary(ast::UnUniq)
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:164:20: 164:32 error: unresolved name `ast::UnDeref` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:164         self.unary(ast::UnDeref)
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:168:20: 168:30 error: unresolved name `ast::UnNot` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:168         self.unary(ast::UnNot)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:172:20: 172:30 error: unresolved name `ast::UnNeg` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:172         self.unary(ast::UnNeg)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:177:16: 177:27 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:177         binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:177:16: 177: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.4/src/expr.rs:182:26: 182:48 error: failed to resolve. Could not find `Expr_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:182         self.build_expr_(ast::Expr_::ExprBinary(binop, lhs, rhs))
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:186:27: 186:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:186         self.build_binary(ast::BinOp_::BiAdd, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:190         self.build_binary(ast::BinOp_::BiSub, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:194         self.build_binary(ast::BinOp_::BiMul, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:198         self.build_binary(ast::BinOp_::BiDiv, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:202         self.build_binary(ast::BinOp_::BiRem, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:206         self.build_binary(ast::BinOp_::BiAnd, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:210:27: 210:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:210         self.build_binary(ast::BinOp_::BiOr, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:214:27: 214:48 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:214         self.build_binary(ast::BinOp_::BiBitXor, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:218         self.build_binary(ast::BinOp_::BiBitAnd, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:222:27: 222:47 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:222         self.build_binary(ast::BinOp_::BiBitOr, lhs, rhs)
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:226:27: 226:45 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:226         self.build_binary(ast::BinOp_::BiShl, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:230         self.build_binary(ast::BinOp_::BiShr, lhs, rhs)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:234:27: 234:44 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:234         self.build_binary(ast::BinOp_::BiEq, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:238         self.build_binary(ast::BinOp_::BiLt, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:242         self.build_binary(ast::BinOp_::BiLe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:246         self.build_binary(ast::BinOp_::BiNe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:250         self.build_binary(ast::BinOp_::BiGe, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:254         self.build_binary(ast::BinOp_::BiGt, lhs, rhs)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:257:32: 257:43 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:257     pub fn binary(self, binop: ast::BinOp_) -> ExprBuilder<ExprBinaryLhsBuilder<F>> {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:257:32: 257: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.4/src/expr.rs:265:21: 265:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:265         self.binary(ast::BinOp_::BiAdd)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:269         self.binary(ast::BinOp_::BiSub)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:273         self.binary(ast::BinOp_::BiMul)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:277         self.binary(ast::BinOp_::BiDiv)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:281         self.binary(ast::BinOp_::BiRem)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:285         self.binary(ast::BinOp_::BiAnd)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:289:21: 289:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:289         self.binary(ast::BinOp_::BiOr)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:293:21: 293:42 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:293         self.binary(ast::BinOp_::BiBitXor)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:297         self.binary(ast::BinOp_::BiBitAnd)
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:301:21: 301:41 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:301         self.binary(ast::BinOp_::BiBitOr)
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:305:21: 305:39 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:305         self.binary(ast::BinOp_::BiShl)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:309         self.binary(ast::BinOp_::BiShr)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:313:21: 313:38 error: failed to resolve. Could not find `BinOp_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:313         self.binary(ast::BinOp_::BiEq)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:317         self.binary(ast::BinOp_::BiLt)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:321         self.binary(ast::BinOp_::BiLe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:325         self.binary(ast::BinOp_::BiNe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:329         self.binary(ast::BinOp_::BiGe)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/expr.rs:333         self.binary(ast::BinOp_::BiGt)
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:505:26: 505:40 error: unresolved name `ast::ExprBlock` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:505         self.build_expr_(ast::ExprBlock(block))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:530:12: 530:23 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:530     binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:530:12: 530: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.4/src/expr.rs:549:12: 549:23 error: type name `ast::BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:549     binop: ast::BinOp_,
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:549:12: 549: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.4/src/expr.rs:585:34: 585:46 error: unresolved name `ast::ExprTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:585         self.builder.build_expr_(ast::ExprTup(self.exprs))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:664:21: 664:36 error: unresolved name `ast::ExprStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:664         let expr_ = ast::ExprStruct(self.path, self.fields, None);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:675:21: 675:36 error: unresolved name `ast::ExprStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:675         let expr_ = ast::ExprStruct(self.path, self.fields, Some(expr));
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:750:34: 750:47 error: unresolved name `ast::ExprCall` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:750         self.builder.build_expr_(ast::ExprCall(self.fn_, self.args))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:831:34: 831:53 error: unresolved name `ast::ExprMethodCall` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:831         self.builder.build_expr_(ast::ExprMethodCall(self.id, self.tys, self.args))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:868:34: 868:49 error: unresolved name `ast::ExprAddrOf` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:868         self.builder.build_expr_(ast::ExprAddrOf(self.mutability, expr))
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:904:34: 904:48 error: unresolved name `ast::ExprParen` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:904         self.builder.build_expr_(ast::ExprParen(expr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:921:34: 921:48 error: unresolved name `ast::ExprField` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:921         self.builder.build_expr_(ast::ExprField(expr, self.id))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:938:34: 938:51 error: unresolved name `ast::ExprTupField` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/expr.rs:938         self.builder.build_expr_(ast::ExprTupField(expr, self.index))
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/fn_decl.rs:140:21: 140:37 error: unresolved name `ast::BindByValue` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/fn_decl.rs:140                     ast::BindByValue(ast::Mutability::MutImmutable),
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/fn_decl.rs:139:23: 139:36 error: unresolved name `ast::PatIdent` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/fn_decl.rs:139                 node: ast::PatIdent(
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:68:47: 68:57 error: type name `ast::Item_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:68     pub fn build_item_<T>(self, id: T, item_: ast::Item_) -> F::Result
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:68:47: 68: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.4/src/item.rs:93:20: 93:32 error: unresolved name `ast::ItemUse` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:93         let item = ast::ItemUse(P(respan(self.span, view_path)));
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:94:26: 94:56 error: failed to resolve. Could not find `special_idents` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:94         self.build_item_(token::special_idents::invalid, item)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:216:43: 216:61 error: failed to resolve. Could not find `Item_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:216         self.builder.build_item_(self.id, ast::Item_::ItemFn(
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:270:26: 270:40 error: `ast::StructDef` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:270         let struct_def = ast::StructDef {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:274:23: 274:38 error: unresolved name `ast::ItemStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:274         let struct_ = ast::ItemStruct(P(struct_def), self.generics);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:336:26: 336:40 error: `ast::StructDef` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:336         let struct_def = ast::StructDef {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:340:23: 340:38 error: unresolved name `ast::ItemStruct` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:340         let struct_ = ast::ItemStruct(P(struct_def), self.generics);
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:382:11: 382:31 error: type name `ast::StructFieldKind` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:382     kind: ast::StructFieldKind,
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:382:11: 382: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.4/src/item.rs:408:56: 408:70 error: unresolved name `ast::Inherited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:408             kind: ast::StructFieldKind::NamedField(id, ast::Inherited),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:408:19: 408:51 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:408             kind: ast::StructFieldKind::NamedField(id, ast::Inherited),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:417:54: 417:68 error: unresolved name `ast::Inherited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:417             kind: ast::StructFieldKind::UnnamedField(ast::Inherited),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:417:19: 417:53 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:417             kind: ast::StructFieldKind::UnnamedField(ast::Inherited),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:429:13: 429:45 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:429             ast::StructFieldKind::NamedField(_, ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:429:74: 429:85 error: unresolved name `ast::Public` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:429             ast::StructFieldKind::NamedField(_, ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:430:13: 430:47 error: failed to resolve. Could not find `StructFieldKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:430             ast::StructFieldKind::UnnamedField(ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:430:73: 430:84 error: unresolved name `ast::Public` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:430             ast::StructFieldKind::UnnamedField(ref mut vis) => { *vis = ast::Public; }
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:441:21: 441:38 error: `ast::StructField_` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/item.rs:441         let field = ast::StructField_ {
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/lit.rs:37     pub fn build_lit(self, lit: ast::Lit_) -> F::Result {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/lit.rs:45:24: 45:36 error: unresolved name `ast::LitBool` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/lit.rs:45         self.build_lit(ast::LitBool(value))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/lit.rs:49         let sign = ast::Sign::new(value);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/lit.rs:50:24: 50:35 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/lit.rs:50         self.build_lit(ast::LitInt(value as u64, ast::LitIntType::SignedIntLit(ty, sign)))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/lit.rs:74:24: 74:35 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/lit.rs:74         self.build_lit(ast::LitInt(value, ast::LitIntType::UnsignedIntLit(ty)))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/lit.rs:101:43: 101:57 error: unresolved name `ast::CookedStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/lit.rs:101         self.build_lit(ast::LitStr(value, ast::CookedStr))
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/lit.rs:101:24: 101:35 error: unresolved name `ast::LitStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/lit.rs:101         self.build_lit(ast::LitStr(value, ast::CookedStr))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/method.rs:149:19: 149:38 error: unresolved name `ast::MethodImplItem` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/method.rs:149             node: ast::MethodImplItem(method_sig, block),
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/method.rs:181:37: 181:55 error: type name `ast::ExplicitSelf_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/method.rs:181     pub fn build_self_(self, self_: ast::ExplicitSelf_) -> F::Result {
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/method.rs:181:37: 181: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.4/src/method.rs:187:26: 187:56 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/method.rs:187         self.build_self_(ast::ExplicitSelf_::SelfStatic)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/method.rs:191:26: 191:55 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/method.rs:191         self.build_self_(ast::ExplicitSelf_::SelfValue("self".to_ident()))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/method.rs:211:26: 211:58 error: failed to resolve. Could not find `ExplicitSelf_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/method.rs:211         self.build_self_(ast::ExplicitSelf_::SelfExplicit(ty, "self".to_ident()))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:40:34: 40:43 error: type name `ast::Pat_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:40     pub fn build_pat(self, pat_: ast::Pat_) -> F::Result {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:40:34: 40:43 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.4/src/pat.rs:49:43: 49:74 error: failed to resolve. Could not find `PatWildKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:49         self.build_pat(ast::Pat_::PatWild(ast::PatWildKind::PatWildSingle))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:49:24: 49:42 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:49         self.build_pat(ast::Pat_::PatWild(ast::PatWildKind::PatWildSingle))
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:53:43: 53:73 error: failed to resolve. Could not find `PatWildKind` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:53         self.build_pat(ast::Pat_::PatWild(ast::PatWildKind::PatWildMulti))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:53:24: 53:42 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:53         self.build_pat(ast::Pat_::PatWild(ast::PatWildKind::PatWildMulti))
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:61:24: 61:43 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:61         self.build_pat(ast::Pat_::PatIdent(mode, id, sub))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:142:32: 142:50 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:142         self.builder.build_pat(ast::Pat_::PatEnum(self.path, pats))
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:167:26: 167:43 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:167         self.0.build_pat(ast::Pat_::PatLit(expr))
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:191:32: 191:43 error: unresolved name `ast::PatTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/pat.rs:191         self.builder.build_pat(ast::PatTup(self.pats))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/stmt.rs:45     pub fn build_stmt_(self, stmt_: ast::Stmt_) -> F::Result {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/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.4/src/stmt.rs:60             source: ast::LocalSource::LocalLet,
^~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/stmt.rs:63         let decl = respan(self.span, ast::Decl_::DeclLocal(P(local)));
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/stmt.rs:65:26: 65:39 error: unresolved name `ast::StmtDecl` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/stmt.rs:65         self.build_stmt_(ast::StmtDecl(P(decl), ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/stmt.rs:80         self.build_stmt_(ast::Stmt_::StmtExpr(expr, ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/stmt.rs:94         let decl = respan(self.span, ast::Decl_::DeclItem(item));
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/stmt.rs:95:26: 95:39 error: unresolved name `ast::StmtDecl` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/stmt.rs:95         self.build_stmt_(ast::StmtDecl(P(decl), ast::DUMMY_NODE_ID))
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/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.4/src/str.rs:29:9: 29:25 error: unresolved name `token::get_ident` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/str.rs:29         token::get_ident(*self)
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/str.rs:35:9: 35:24 error: unresolved name `token::get_name` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/str.rs:35         token::get_name(*self)
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/ty.rs:44     pub fn build_ty_(self, ty_: ast::Ty_) -> F::Result {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/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.4/src/ty.rs:60         self.build_ty_(ast::Ty_::TyPath(None, path))
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/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.4/src/ty.rs:64         self.build_ty_(ast::Ty_::TyPath(Some(qself), path))
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/ty.rs:138:25: 138:42 error: unresolved name `ast::MutImmutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/ty.rs:138             mutability: ast::MutImmutable,
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/ty.rs:169:27: 169:42 error: unresolved name `ast::MutMutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/ty.rs:169         self.mutability = ast::MutMutable;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/ty.rs:189:32: 189:43 error: unresolved name `ast::TyRptr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/ty.rs:189         self.builder.build_ty_(ast::TyRptr(self.lifetime, ty))
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/ty.rs:316:32: 316:42 error: unresolved name `ast::TyTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/ty.rs:316         self.builder.build_ty_(ast::TyTup(self.tys))
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/path.rs:46:1: 50:2 error: conflicting implementations of trait `path::IntoPath` for type `syntax::ast::Ident`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/path.rs:46 impl<I, T> IntoPath for I where I: IntoIterator<Item=T>, T: ToIdent {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/path.rs:28:1: 32:2 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/path.rs:28 impl IntoPath for ast::Ident {
^
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `aster v0.1.4`, intermediate artifacts can be found at `/home/cratesfyi/aster-0.1.4`,
cause: ChainedError {
error: Could not document `aster`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.1.4/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.1.4/doc -L dependency=/home/cratesfyi/aster-0.1.4/debug -L dependency=/home/cratesfyi/aster-0.1.4/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.