syntax_ast_builder 0.1.0

A libsyntax ast builder
Build #104069 2018-06-06T09:04:20.379274+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Documenting syntax_ast_builder v0.1.0
Running `rustdoc --crate-name syntax_ast_builder .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0432]: unresolved import `syntax::abi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:7:13
|
7 | use syntax::abi::Abi;
|             ^^^ Could not find `abi` in `syntax`

error[E0432]: unresolved import `syntax::owned_slice`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:11:13
|
11 | use syntax::owned_slice::OwnedSlice;
|             ^^^^^^^^^^^ Could not find `owned_slice` in `syntax`

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:111:46
|
111 |     fn into_interned_string(&self) -> token::InternedString;
|                                              ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
5   | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:114:34
|
114 | impl ToInternedString for token::InternedString {
|                                  ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
5   | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:115:46
|
115 |     fn into_interned_string(&self) -> token::InternedString {
|                                              ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
5   | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:121:46
|
121 |     fn into_interned_string(&self) -> token::InternedString {
|                                              ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
5   | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:127:46
|
127 |     fn into_interned_string(&self) -> token::InternedString {
|                                              ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
5   | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:133:46
|
133 |     fn into_interned_string(&self) -> token::InternedString {
|                                              ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
5   | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:139:46
|
139 |     fn into_interned_string(&self) -> token::InternedString {
|                                              ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
5   | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `Ty_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:431:37
|
431 |     pub fn build_ty(self, ty_: ast::Ty_) -> F::Result {
|                                     ^^^ did you mean `Ty`?

error[E0412]: cannot find type `Lit_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:657:38
|
657 |     pub fn build_lit(self, lit: ast::Lit_) -> F::Result {
|                                      ^^^^ did you mean `Lit`?

error[E0412]: cannot find type `Expr_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:755:41
|
755 |     pub fn build_expr_(self, expr: ast::Expr_) -> F::Result {
|                                         ^^^^^ did you mean `Expr`?

error[E0412]: cannot find type `BinOp_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:877:21
|
877 |         binop: ast::BinOp_,
|                     ^^^^^^ did you mean `BinOp`?

error[E0412]: cannot find type `BinOp_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:957:37
|
957 |     pub fn binary(self, binop: ast::BinOp_) -> ExprBuilder<'a, ExprBinaryLhsBuilder<'a, F>> {
|                                     ^^^^^^ did you mean `BinOp`?

error[E0412]: cannot find type `BinOp_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:1182:17
|
1182 |     binop: ast::BinOp_,
|                 ^^^^^^ did you mean `BinOp`?

error[E0412]: cannot find type `BinOp_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:1201:17
|
1201 |     binop: ast::BinOp_,
|                 ^^^^^^ did you mean `BinOp`?

error[E0412]: cannot find type `SpannedIdent` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:1322:14
|
1322 |     id: ast::SpannedIdent,
|              ^^^^^^^^^^^^ not found in `ast`

error[E0412]: cannot find type `SpannedIdent` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:1344:14
|
1344 |     id: ast::SpannedIdent,
|              ^^^^^^^^^^^^ not found in `ast`

error[E0412]: cannot find type `Stmt_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:1492:41
|
1492 |     pub fn build_stmt(self, stmt_: ast::Stmt_) -> F::Result {
|                                         ^^^^^ did you mean `Stmt`?

error[E0412]: cannot find type `Pat_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:1732:39
|
1732 |     pub fn build_pat(self, pat_: ast::Pat_) -> F::Result {
|                                       ^^^^ did you mean `Pat`?

error[E0412]: cannot find type `Method` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2179:28
|
2179 |     where F: Invoke<P<ast::Method>>,
|                            ^^^^^^ not found in `ast`
|
= help: there is an enum variant `syntax::ast::ImplItemKind::Method`, try using `syntax::ast::ImplItemKind`?
= help: there is an enum variant `syntax::ast::TraitItemKind::Method`, try using `syntax::ast::TraitItemKind`?
= help: there is an enum variant `syntax::visit::FnKind::Method`, try using `syntax::visit::FnKind`?

error[E0412]: cannot find type `Method` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2238:28
|
2238 |     where F: Invoke<P<ast::Method>>,
|                            ^^^^^^ not found in `ast`
|
= help: there is an enum variant `syntax::ast::ImplItemKind::Method`, try using `syntax::ast::ImplItemKind`?
= help: there is an enum variant `syntax::ast::TraitItemKind::Method`, try using `syntax::ast::TraitItemKind`?
= help: there is an enum variant `syntax::visit::FnKind::Method`, try using `syntax::visit::FnKind`?

error[E0412]: cannot find type `Method` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2248:28
|
2248 |     where F: Invoke<P<ast::Method>>,
|                            ^^^^^^ not found in `ast`
|
= help: there is an enum variant `syntax::ast::ImplItemKind::Method`, try using `syntax::ast::ImplItemKind`?
= help: there is an enum variant `syntax::ast::TraitItemKind::Method`, try using `syntax::ast::TraitItemKind`?
= help: there is an enum variant `syntax::visit::FnKind::Method`, try using `syntax::visit::FnKind`?

error[E0412]: cannot find type `Method` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2266:28
|
2266 |     where F: Invoke<P<ast::Method>>,
|                            ^^^^^^ not found in `ast`
|
= help: there is an enum variant `syntax::ast::ImplItemKind::Method`, try using `syntax::ast::ImplItemKind`?
= help: there is an enum variant `syntax::ast::TraitItemKind::Method`, try using `syntax::ast::TraitItemKind`?
= help: there is an enum variant `syntax::visit::FnKind::Method`, try using `syntax::visit::FnKind`?

error[E0412]: cannot find type `Method` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2286:28
|
2286 |     where F: Invoke<P<ast::Method>>,
|                            ^^^^^^ not found in `ast`
|
= help: there is an enum variant `syntax::ast::ImplItemKind::Method`, try using `syntax::ast::ImplItemKind`?
= help: there is an enum variant `syntax::ast::TraitItemKind::Method`, try using `syntax::ast::TraitItemKind`?
= help: there is an enum variant `syntax::visit::FnKind::Method`, try using `syntax::visit::FnKind`?

error[E0412]: cannot find type `ExplicitSelf_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2363:41
|
2363 |     pub fn build_self(self, self_: ast::ExplicitSelf_) -> F::Result {
|                                         ^^^^^^^^^^^^^ did you mean `ExplicitSelf`?

error[E0412]: cannot find type `Item_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2450:52
|
2450 |     pub fn build_item_<T>(self, id: T, item_: ast::Item_) -> F::Result
|                                                    ^^^^^ did you mean `Item`?

error[E0412]: cannot find type `ViewPath_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2474:44
|
2474 |     pub fn build_use(self, view_path: ast::ViewPath_) -> F::Result {
|                                            ^^^^^^^^^ not found in `ast`

error[E0412]: cannot find type `MetaItem_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2634:46
|
2634 |     pub fn build_meta_item_(self, item: ast::MetaItem_) -> F::Result {
|                                              ^^^^^^^^^ did you mean `MetaItem`?

error[E0412]: cannot find type `MetaItem_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2714:25
|
2714 | impl<'a, F> Invoke<ast::MetaItem_> for AttrBuilder<'a, F>
|                         ^^^^^^^^^ did you mean `MetaItem`?

error[E0412]: cannot find type `MetaItem_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2719:32
|
2719 |     fn invoke(self, item: ast::MetaItem_) -> F::Result {
|                                ^^^^^^^^^ did you mean `MetaItem`?

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2730:18
|
2730 |     name: token::InternedString,
|                  ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
5    | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `MetaItem_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2762:41
|
2762 |         where I: IntoIterator<Item=ast::MetaItem_>,
|                                         ^^^^^^^^^ did you mean `MetaItem`?

error[E0412]: cannot find type `MetaItem_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2774:45
|
2774 |     pub fn with_meta_item_(self, item: ast::MetaItem_) -> Self {
|                                             ^^^^^^^^^ did you mean `MetaItem`?

error[E0412]: cannot find type `MetaItem_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2824:25
|
2824 | impl<'a, F> Invoke<ast::MetaItem_> for AttrListBuilder<'a, F>
|                         ^^^^^^^^^ did you mean `MetaItem`?

error[E0412]: cannot find type `MetaItem_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2829:32
|
2829 |     fn invoke(self, item: ast::MetaItem_) -> Self {
|                                ^^^^^^^^^ did you mean `MetaItem`?

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2838:18
|
2838 |     name: token::InternedString,
|                  ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
5    | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `MetaItem_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:2841:21
|
2841 | impl<F: Invoke<ast::MetaItem_>> Invoke<P<ast::Lit>> for AttrNameValueBuilder<F> {
|                     ^^^^^^^^^ did you mean `MetaItem`?

error[E0119]: conflicting implementations of trait `IntoPath` for type `syntax::ast::Path`:
--> .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs:102:1
|
84  | impl IntoPath for ast::Path {
| --------------------------- first implementation here
...
102 | impl<'a, I, T> IntoPath for I where I: IntoIterator<Item=T>, T: ToIdent {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `syntax::ast::Path`
|
= note: upstream crates may add new impl of trait `std::iter::Iterator` for type `syntax::ast::Path` in future versions

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `syntax_ast_builder`.,
cause: process didn't exit successfully: `rustdoc --crate-name syntax_ast_builder .cargo/registry/src/github.com-1ecc6299db9ec823/syntax_ast_builder-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.