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.35.0-nightly (0f88167f8 2019-03-18)
# docs.rs version cratesfyi 0.6.0 (67b2b94 2019-03-26)
# build log Updating crates.io index Downloading crates ... Downloaded borealis_codegen v0.1.0 Downloading crates ... Downloaded borealis v0.1.0 Downloaded aster v0.15.0 Downloaded quasi_macros v0.9.0 Downloaded quasi v0.9.0 Downloading crates ... Downloaded quasi_codegen v0.9.0 Fresh autocfg v0.1.2 Fresh rand_core v0.4.0 Fresh winapi-build v0.1.1 Fresh void v1.0.2 Fresh encoding_index_tests v0.1.4 Fresh mac v0.1.1 Fresh matches v0.1.8 Fresh rustc-serialize v0.3.24 Fresh siphasher v0.2.3 Fresh new_debug_unreachable v1.0.3 Fresh winapi v0.2.8 Fresh serde v0.8.23 Fresh cfg-if v0.1.7 Fresh lazy_static v0.2.11 Compiling aster v0.15.0 Fresh utf8-ranges v0.1.3 Fresh regex-syntax v0.3.9 Running `rustc --crate-name aster /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=5ad80119ce15ffd2 -C extra-filename=-5ad80119ce15ffd2 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Checking quasi v0.9.0 Running `rustc --crate-name aster /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=8a583b81021c3d2d -C extra-filename=-8a583b81021c3d2d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Running `rustc --crate-name quasi /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=34275f18164e605e -C extra-filename=-34275f18164e605e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` error[E0432]: unresolved import `syntax::ast::TokenTree` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:26:25 | 26 | use syntax::ast::{self, TokenTree}; | ^^^^^^^^^ no `TokenTree` in `ast` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:27:13 | 27 | use syntax::codemap::{DUMMY_SP, Spanned, dummy_spanned}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::parse::parse_tts_from_source_str` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:29:37 | 29 | use syntax::parse::{self, classify, parse_tts_from_source_str, token}; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | | | no `parse_tts_from_source_str` in `parse` | help: a similar name exists in the module: `parse_crate_from_source_str` error: cannot find macro `panictry!` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:136:9 | 136 | panictry!(parse_tts_from_source_str("<quote expansion>".to_string(), s, cx.cfg(), cx.parse_sess())) | ^^^^^^^^ error: cannot find macro `panictry!` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:151:9 | 151 | panictry!(parse_tts_from_source_str("<quote expansion>".to_string(), s, cx.cfg(), cx.parse_sess())) | ^^^^^^^^ error: cannot find macro `panictry!` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:336:9 | 336 | panictry!(parse::parse_item_from_source_str( | ^^^^^^^^ error: cannot find macro `panictry!` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:344:9 | 344 | panictry!(parse::parse_stmt_from_source_str( | ^^^^^^^^ error: cannot find macro `panictry!` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:352:9 | 352 | panictry!(parse::parse_expr_from_source_str( | ^^^^^^^^ error: cannot find macro `panictry!` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:360:9 | 360 | panictry!(parse::parse_tts_from_source_str( | ^^^^^^^^ error: cannot find macro `panictry!` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:369:9 | 369 | panictry!(parser.parse_expr()) | ^^^^^^^^ error: cannot find macro `panictry!` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:373:9 | 373 | panictry!(parser.parse_item()) | ^^^^^^^^ error: cannot find macro `panictry!` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:377:9 | 377 | panictry!(parser.parse_pat()) | ^^^^^^^^ error: cannot find macro `panictry!` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:381:9 | 381 | panictry!(parser.parse_arm()) | ^^^^^^^^ error: cannot find macro `panictry!` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:385:9 | 385 | panictry!(parser.parse_ty()) | ^^^^^^^^ error: cannot find macro `panictry!` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:389:5 | 389 | panictry!(parser.parse_stmt()) | ^^^^^^^^ error: cannot find macro `panictry!` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:393:9 | 393 | panictry!(parser.parse_attribute(permit_inner)) | ^^^^^^^^ error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:82:19 | 82 | vec![ast::TokenTree::Token(DUMMY_SP, token::Ident(*self, token::Plain))] | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:88:19 | 88 | vec![ast::TokenTree::Token(DUMMY_SP, token::Interpolated(token::NtPath(Box::new(self.clone()))))] | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:94:19 | 94 | vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtTy(P(self.clone()))))] | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:100:19 | 100 | vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtTy(self.clone())))] | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:106:19 | 106 | vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtBlock(self.clone())))] | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:112:19 | 112 | vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtItem(self.clone())))] | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:118:19 | 118 | vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtImplItem(self.clone())))] | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:124:19 | 124 | vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtTraitItem(self.clone())))] | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:158:18 | 158 | ast::TokenTree::Token(self.span, token::Interpolated(token::NtStmt(P(self.clone())))) | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:163:27 | 163 | tts.push(ast::TokenTree::Token(self.span, token::Semi)); | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:172:19 | 172 | vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtExpr(self.clone())))] | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:178:19 | 178 | vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtPat(self.clone())))] | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:184:19 | 184 | vec![ast::TokenTree::Token(DUMMY_SP, token::Interpolated(token::NtArm(self.clone())))] | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:205:40 | 205 | impl_to_tokens_slice! { ast::Ty, [ast::TokenTree::Token(DUMMY_SP, token::Comma)] } | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:210:19 | 210 | vec![ast::TokenTree::Token(DUMMY_SP, token::Interpolated(token::NtMeta(self.clone())))] | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:218:21 | 218 | r.push(ast::TokenTree::Token(self.span, token::Pound)); | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:220:25 | 220 | r.push(ast::TokenTree::Token(self.span, token::Not)); | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:222:21 | 222 | r.push(ast::TokenTree::Delimited(self.span, Rc::new(ast::Delimited { | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0433]: failed to resolve: could not find `TokenTree` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:243:19 | 243 | vec![ast::TokenTree::Delimited(DUMMY_SP, Rc::new(ast::Delimited { | ^^^^^^^^^ could not find `TokenTree` in `ast` error[E0425]: cannot find value `Plain` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:82:73 | 82 | vec![ast::TokenTree::Token(DUMMY_SP, token::Ident(*self, token::Plain))] | ^^^^^ not found in `token` error[E0425]: cannot find function `generics_to_string` in module `pprust` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:134:25 | 134 | let s = pprust::generics_to_string(self); | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `expr_to_string` error[E0422]: cannot find struct, variant or union type `Delimited` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:222:66 | 222 | r.push(ast::TokenTree::Delimited(self.span, Rc::new(ast::Delimited { | ^^^^^^^^^ not found in `ast` help: possible candidates are found in other modules, you can import them into scope | 21 | use syntax::ext::tt::quoted::Delimited; | 21 | use syntax::ext::tt::quoted::TokenTree::Delimited; | 21 | use syntax::tokenstream::TokenTree::Delimited; | error[E0425]: cannot find function `intern_and_get_ident` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:236:20 | 236 | token::intern_and_get_ident(self), ast::StrStyle::Cooked); | ^^^^^^^^^^^^^^^^^^^^ not found in `token` error[E0422]: cannot find struct, variant or union type `Delimited` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:243:63 | 243 | vec![ast::TokenTree::Delimited(DUMMY_SP, Rc::new(ast::Delimited { | ^^^^^^^^^ not found in `ast` help: possible candidates are found in other modules, you can import them into scope | 21 | use syntax::ext::tt::quoted::Delimited; | 21 | use syntax::ext::tt::quoted::TokenTree::Delimited; | 21 | use syntax::tokenstream::TokenTree::Delimited; | error[E0412]: cannot find type `TokenTree` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:330:48 | 330 | fn parse_tts(&self, s: String) -> Vec<ast::TokenTree>; | ^^^^^^^^^ not found in `ast` help: possible candidates are found in other modules, you can import them into scope | 21 | use syntax::ext::tt::quoted::TokenTree; | 21 | use syntax::tokenstream::TokenTree; | error[E0412]: cannot find type `TokenTree` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:359:48 | 359 | fn parse_tts(&self, s: String) -> Vec<ast::TokenTree> { | ^^^^^^^^^ not found in `ast` help: possible candidates are found in other modules, you can import them into scope | 21 | use syntax::ext::tt::quoted::TokenTree; | 21 | use syntax::tokenstream::TokenTree; | error[E0412]: cannot find type `Attribute_` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:551:26 | 551 | impl_wrap_repeat! { ast::Attribute_ } | ^^^^^^^^^^ help: a struct with a similar name exists: `Attribute` error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:64:6 | 64 | impl<T: ToTokens> ToTokens for Spanned<T> { | ^ unconstrained type parameter error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs:527:6 | 527 | impl<T: Clone> IntoWrappedRepeat for Spanned<T> { | ^ unconstrained type parameter error: aborting due to 45 previous errors Some errors occurred: E0207, E0412, E0422, E0425, E0432, E0433. For more information about an error, try `rustc --explain E0207`. error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lib.rs:13:13 | 13 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/arm.rs:6:13 | 6 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/attr.rs:5:13 | 5 | use syntax::codemap::{DUMMY_SP, Span, respan}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/block.rs:4:13 | 4 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/constant.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::attr::AttributesExt` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/expr.rs:6:5 | 6 | use syntax::attr::AttributesExt; | ^^^^^^^^^^^^^^------------- | | | | | help: a similar name exists in the module: `Attribute` | no `AttributesExt` in `attr` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/expr.rs:7:13 | 7 | use syntax::codemap::{DUMMY_SP, Span, Spanned, respan}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/fn_decl.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:4:13 | 4 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::abi` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:5:13 | 5 | use syntax::abi::Abi; | ^^^ could not find `abi` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:7:13 | 7 | use syntax::codemap::{DUMMY_SP, Span, respan}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lit.rs:5:13 | 5 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0433]: failed to resolve: could not find `quote` in `ext` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/mac.rs:5:18 | 5 | use syntax::ext::quote::rt::ToTokens; | ^^^^^ could not find `quote` in `ext` error[E0432]: unresolved imports `syntax::codemap`, `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/mac.rs:2:23 | 2 | use syntax::codemap::{self, DUMMY_SP, Span, respan}; | ^^^^^^^ ^^^^ no `codemap` in the root | | | could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::feature_gate::GatedCfgAttr` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/mac.rs:6:5 | 6 | use syntax::feature_gate::GatedCfgAttr; | ^^^^^^^^^^^^^^^^^^^^^^------------ | | | | | help: a similar name exists in the module: `GatedCfg` | no `GatedCfgAttr` in `feature_gate` error[E0432]: unresolved import `syntax::abi` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/method.rs:1:13 | 1 | use syntax::abi::Abi; | ^^^ could not find `abi` in `syntax` error: Could not compile `quasi`. Caused by: process didn't exit successfully: `rustc --crate-name quasi /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.9.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=34275f18164e605e -C extra-filename=-34275f18164e605e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 1) warning: build failed, waiting for other jobs to finish... error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/method.rs:3:13 | 3 | use syntax::codemap::{DUMMY_SP, Span, respan}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/pat.rs:4:13 | 4 | use syntax::codemap::{DUMMY_SP, Span, Spanned, respan}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/path.rs:4:13 | 4 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/qpath.rs:4:13 | 4 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::attr::AttributesExt` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/stmt.rs:2:5 | 2 | use syntax::attr::AttributesExt; | ^^^^^^^^^^^^^^------------- | | | | | help: a similar name exists in the module: `Attribute` | no `AttributesExt` in `attr` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/stmt.rs:3:13 | 3 | use syntax::codemap::{DUMMY_SP, Span, respan}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/struct_field.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty.rs:4:13 | 4 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/variant.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP, Span, respan}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/variant_data.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0433]: failed to resolve: could not find `special_idents` in `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:114:37 | 114 | self.build_item_kind(token::special_idents::invalid, item) | ^^^^^^^^^^^^^^ could not find `special_idents` in `token` error[E0433]: failed to resolve: could not find `PathListItemKind` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:425:49 | 425 | self.idents.push(respan(self.span, ast::PathListItemKind::Mod { | ^^^^^^^^^^^^^^^^ could not find `PathListItemKind` in `ast` error[E0433]: failed to resolve: could not find `PathListItemKind` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:435:49 | 435 | self.idents.push(respan(self.span, ast::PathListItemKind::Ident { | ^^^^^^^^^^^^^^^^ could not find `PathListItemKind` in `ast` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lib.rs:13:13 | 13 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/arm.rs:6:13 | 6 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/attr.rs:5:13 | 5 | use syntax::codemap::{DUMMY_SP, Span, respan}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/block.rs:4:13 | 4 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/constant.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::attr::AttributesExt` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/expr.rs:6:5 | 6 | use syntax::attr::AttributesExt; | ^^^^^^^^^^^^^^------------- | | | | | help: a similar name exists in the module: `Attribute` | no `AttributesExt` in `attr` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/expr.rs:7:13 | 7 | use syntax::codemap::{DUMMY_SP, Span, Spanned, respan}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/fn_decl.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:4:13 | 4 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::abi` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:5:13 | 5 | use syntax::abi::Abi; | ^^^ could not find `abi` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:7:13 | 7 | use syntax::codemap::{DUMMY_SP, Span, respan}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lit.rs:5:13 | 5 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0433]: failed to resolve: could not find `quote` in `ext` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/mac.rs:5:18 | 5 | use syntax::ext::quote::rt::ToTokens; | ^^^^^ could not find `quote` in `ext` error[E0432]: unresolved imports `syntax::codemap`, `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/mac.rs:2:23 | 2 | use syntax::codemap::{self, DUMMY_SP, Span, respan}; | ^^^^^^^ ^^^^ no `codemap` in the root | | | could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::feature_gate::GatedCfgAttr` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/mac.rs:6:5 | 6 | use syntax::feature_gate::GatedCfgAttr; | ^^^^^^^^^^^^^^^^^^^^^^------------ | | | | | help: a similar name exists in the module: `GatedCfg` | no `GatedCfgAttr` in `feature_gate` error[E0432]: unresolved import `syntax::abi` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/method.rs:1:13 | 1 | use syntax::abi::Abi; | ^^^ could not find `abi` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/method.rs:3:13 | 3 | use syntax::codemap::{DUMMY_SP, Span, respan}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/pat.rs:4:13 | 4 | use syntax::codemap::{DUMMY_SP, Span, Spanned, respan}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/path.rs:4:13 | 4 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/qpath.rs:4:13 | 4 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::attr::AttributesExt` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/stmt.rs:2:5 | 2 | use syntax::attr::AttributesExt; | ^^^^^^^^^^^^^^------------- | | | | | help: a similar name exists in the module: `Attribute` | no `AttributesExt` in `attr` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/stmt.rs:3:13 | 3 | use syntax::codemap::{DUMMY_SP, Span, respan}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/struct_field.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty.rs:4:13 | 4 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/variant.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP, Span, respan}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/variant_data.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:2:13 | 2 | use syntax::codemap::{DUMMY_SP, Span}; | ^^^^^^^ could not find `codemap` in `syntax` error[E0433]: failed to resolve: could not find `special_idents` in `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:1183:45 | 1183 | self.builder.build_item_kind(token::special_idents::invalid, ty_) | ^^^^^^^^^^^^^^ could not find `special_idents` in `token` error[E0433]: failed to resolve: could not find `special_idents` in `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:114:37 | 114 | self.build_item_kind(token::special_idents::invalid, item) | ^^^^^^^^^^^^^^ could not find `special_idents` in `token` error[E0433]: failed to resolve: could not find `PathParameters` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/path.rs:281:31 | 281 | let parameters = ast::PathParameters::AngleBracketed(data); | ^^^^^^^^^^^^^^ could not find `PathParameters` in `ast` error[E0433]: failed to resolve: could not find `DeclKind` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/stmt.rs:66:43 | 66 | let decl = respan(self.span, ast::DeclKind::Local(P(local))); | ^^^^^^^^ could not find `DeclKind` in `ast` error[E0433]: failed to resolve: could not find `DeclKind` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/stmt.rs:97:43 | 97 | let decl = respan(self.span, ast::DeclKind::Item(item)); | ^^^^^^^^ could not find `DeclKind` in `ast` error[E0433]: failed to resolve: could not find `PathListItemKind` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:425:49 | 425 | self.idents.push(respan(self.span, ast::PathListItemKind::Mod { | ^^^^^^^^^^^^^^^^ could not find `PathListItemKind` in `ast` error[E0433]: failed to resolve: could not find `PathListItemKind` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:435:49 | 435 | self.idents.push(respan(self.span, ast::PathListItemKind::Ident { | ^^^^^^^^^^^^^^^^ could not find `PathListItemKind` in `ast` error[E0433]: failed to resolve: could not find `TyParamBound` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:97:31 | 97 | self.bounds.push(ast::TyParamBound::RegionTyParamBound(lifetime)); | ^^^^^^^^^^^^ could not find `TyParamBound` in `ast` error[E0433]: failed to resolve: could not find `special_idents` in `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:1183:45 | 1183 | self.builder.build_item_kind(token::special_idents::invalid, ty_) | ^^^^^^^^^^^^^^ could not find `special_idents` in `token` error[E0433]: failed to resolve: could not find `TyParamBound` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:173:26 | 173 | let bound = ast::TyParamBound::TraitTyParamBound(poly_trait, modifier); | ^^^^^^^^^^^^ could not find `TyParamBound` in `ast` error[E0433]: failed to resolve: could not find `TyParamBound` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:205:35 | 205 | self.callback.invoke(ast::TyParamBound::RegionTyParamBound(lifetime)) | ^^^^^^^^^^^^ could not find `TyParamBound` in `ast` error[E0433]: failed to resolve: could not find `PathParameters` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/path.rs:281:31 | 281 | let parameters = ast::PathParameters::AngleBracketed(data); | ^^^^^^^^^^^^^^ could not find `PathParameters` in `ast` error[E0433]: failed to resolve: could not find `DeclKind` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/stmt.rs:66:43 | 66 | let decl = respan(self.span, ast::DeclKind::Local(P(local))); | ^^^^^^^^ could not find `DeclKind` in `ast` error[E0433]: failed to resolve: could not find `DeclKind` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/stmt.rs:97:43 | 97 | let decl = respan(self.span, ast::DeclKind::Item(item)); | ^^^^^^^^ could not find `DeclKind` in `ast` error[E0422]: cannot find struct, variant or union type `Attribute_` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/attr.rs:51:43 | 51 | let attr = respan(self.span, ast::Attribute_ { | ^^^^^^^^^^ help: a struct with a similar name exists: `Attribute` error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/attr.rs:171:18 | 171 | name: token::InternedString, | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/attr.rs:278:18 | 278 | name: token::InternedString, | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:20:25 | 20 | lifetimes: Vec<ast::LifetimeDef>, | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:21:25 | 21 | ty_params: Vec<ast::TyParam>, | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:88:51 | 88 | pub fn with_lifetime(mut self, lifetime: ast::LifetimeDef) -> Self { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:106:41 | 106 | where I: IntoIterator<Item=ast::TyParam>, | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:122:51 | 122 | pub fn with_ty_param(mut self, ty_param: ast::TyParam) -> Self { | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:225:21 | 225 | impl<F> Invoke<ast::LifetimeDef> for GenericsBuilder<F> | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:230:36 | 230 | fn invoke(self, lifetime: ast::LifetimeDef) -> Self { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:235:21 | 235 | impl<F> Invoke<ast::TyParam> for GenericsBuilder<F> | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:240:36 | 240 | fn invoke(self, ty_param: ast::TyParam) -> Self { | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `ViewPath_` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:112:44 | 112 | pub fn build_use(self, view_path: ast::ViewPath_) -> F::Result { | ^^^^^^^^^ not found in `ast` error[E0425]: cannot find function `ViewPathSimple` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:381:37 | 381 | self.builder.build_use(ast::ViewPathSimple(id.to_ident(), self.path)) | ^^^^^^^^^^^^^^ not found in `ast` error[E0425]: cannot find function `ViewPathGlob` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:393:37 | 393 | self.builder.build_use(ast::ViewPathGlob(self.path)) | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `PathListItem` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:413:22 | 413 | idents: Vec<ast::PathListItem>, | ^^^^^^^^^^^^ not found in `ast` error[E0425]: cannot find function `ViewPathList` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:444:37 | 444 | self.builder.build_use(ast::ViewPathList(self.path, self.idents)) | ^^^^^^^^^^^^ not found in `ast` error[E0423]: expected function, found struct `ast::Name` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:724:38 | 724 | self.builder.build_item_kind(ast::Name(0).to_ident(), item_mac) | ^^^^^^^^^ constructor is not visible here due to private fields help: possible better candidate is found in another module, you can import it into scope | 3 | use syntax::print::pprust::AnnNode::Name; | error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:801:22 | 801 | bounds: Vec<ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:823:37 | 823 | where I: Iterator<Item=ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:829:45 | 829 | pub fn with_bound(mut self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:894:21 | 894 | impl<F> Invoke<ast::TyParamBound> for ItemTraitBuilder<F> | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:899:33 | 899 | fn invoke(self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:1068:22 | 1068 | bounds: Vec<ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:1075:37 | 1075 | where I: Iterator<Item=ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:1081:45 | 1081 | pub fn with_bound(mut self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:1109:21 | 1109 | impl<F> Invoke<ast::TyParamBound> for ItemTraitTypeBuilder<F> | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:1114:33 | 1114 | fn invoke(self, bound: ast::TyParamBound) -> Self::Result { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:32:40 | 32 | fn into_lifetime_def(self) -> ast::LifetimeDef; | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:35:31 | 35 | impl IntoLifetimeDef for ast::LifetimeDef { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:36:40 | 36 | fn into_lifetime_def(self) -> ast::LifetimeDef { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:42:40 | 42 | fn into_lifetime_def(self) -> ast::LifetimeDef { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0422]: cannot find struct, variant or union type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:43:14 | 43 | ast::LifetimeDef { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:51:40 | 51 | fn into_lifetime_def(self) -> ast::LifetimeDef { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:57:40 | 57 | fn into_lifetime_def(self) -> ast::LifetimeDef { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:79:26 | 79 | where F: Invoke<ast::LifetimeDef>, | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0422]: cannot find struct, variant or union type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:111:35 | 111 | self.callback.invoke(ast::LifetimeDef { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TokenTree` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/mac.rs:23:22 | 23 | tokens: Vec<ast::TokenTree>, | ^^^^^^^^^ not found in `ast` help: possible candidates are found in other modules, you can import them into scope | 1 | use syntax::ext::tt::quoted::TokenTree; | 1 | use syntax::tokenstream::TokenTree; | error[E0425]: cannot find value `EMPTY_CTXT` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/mac.rs:59:24 | 59 | ctxt: ast::EMPTY_CTXT, | ^^^^^^^^^^ not found in `ast` error[E0405]: cannot find trait `ToTokens` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/mac.rs:65:43 | 65 | where I: IntoIterator<Item=T>, T: ToTokens | ^^^^^^^^ not found in this scope error[E0405]: cannot find trait `ToTokens` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/mac.rs:71:18 | 71 | where T: ToTokens | ^^^^^^^^ not found in this scope error[E0425]: cannot find function `intern` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/name.rs:18:16 | 18 | token::intern(*self) | ^^^^^^ not found in `token` error[E0422]: cannot find struct, variant or union type `AngleBracketedParameterData` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/path.rs:275:25 | 275 | let data = ast::AngleBracketedParameterData { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:12:44 | 12 | fn to_interned_string(&self) -> token::InternedString; | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:15:34 | 15 | impl ToInternedString for token::InternedString { | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:16:44 | 16 | fn to_interned_string(&self) -> token::InternedString { | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:22:44 | 22 | fn to_interned_string(&self) -> token::InternedString { | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0425]: cannot find function `intern_and_get_ident` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:23:16 | 23 | token::intern_and_get_ident(self) | ^^^^^^^^^^^^^^^^^^^^ not found in `token` error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:28:44 | 28 | fn to_interned_string(&self) -> token::InternedString { | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:34:44 | 34 | fn to_interned_string(&self) -> token::InternedString { | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:40:44 | 40 | fn to_interned_string(&self) -> token::InternedString { | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty.rs:431:22 | 431 | bounds: Vec<ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty.rs:438:37 | 438 | where I: Iterator<Item=ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty.rs:444:45 | 444 | pub fn with_bound(mut self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty.rs:483:21 | 483 | impl<F> Invoke<ast::TyParamBound> for TyObjectSumTyBuilder<F> | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty.rs:488:33 | 488 | fn invoke(self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:18:22 | 18 | bounds: Vec<ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:29:41 | 29 | pub fn from_ty_param(ty_param: ast::TyParam) -> Self { | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:35:26 | 35 | where F: Invoke<ast::TyParam>, | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:49:68 | 49 | pub fn from_ty_param_with_callback(callback: F, ty_param: ast::TyParam) -> Self { | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:73:45 | 73 | pub fn with_bound(mut self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0422]: cannot find struct, variant or union type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:102:35 | 102 | self.callback.invoke(ast::TyParam { | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:113:26 | 113 | where F: Invoke<ast::TyParam>, | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:122:21 | 122 | impl<F> Invoke<ast::TyParamBound> for TyParamBuilder<F> | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:123:26 | 123 | where F: Invoke<ast::TyParam>, | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:127:33 | 127 | fn invoke(self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:133:26 | 133 | where F: Invoke<ast::TyParam>, | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:156:26 | 156 | where F: Invoke<ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:217:26 | 217 | where F: Invoke<ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:232:25 | 232 | lifetimes: Vec<ast::LifetimeDef>, | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:281:21 | 281 | impl<F> Invoke<ast::LifetimeDef> for PolyTraitRefBuilder<F> | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0433]: failed to resolve: could not find `TyParamBound` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:97:31 | 97 | self.bounds.push(ast::TyParamBound::RegionTyParamBound(lifetime)); | ^^^^^^^^^^^^ could not find `TyParamBound` in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:286:36 | 286 | fn invoke(self, lifetime: ast::LifetimeDef) -> Self { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:109:31 | 109 | bound_lifetimes: Vec<ast::LifetimeDef>, | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:128:41 | 128 | pub fn with_bound(self, bound: ast::TyParamBound) -> WhereBoundPredicateTyBoundsBuilder<F> { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:168:21 | 168 | impl<F> Invoke<ast::LifetimeDef> for WhereBoundPredicateTyBuilder<F> | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:173:36 | 173 | fn invoke(self, lifetime: ast::LifetimeDef) -> Self { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:178:21 | 178 | impl<F> Invoke<ast::TyParamBound> for WhereBoundPredicateTyBuilder<F> | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:183:33 | 183 | fn invoke(self, bound: ast::TyParamBound) -> Self::Result { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:194:31 | 194 | bound_lifetimes: Vec<ast::LifetimeDef>, | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:195:22 | 195 | bounds: Vec<ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:214:45 | 214 | pub fn with_bound(mut self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:249:21 | 249 | impl<F> Invoke<ast::LifetimeDef> for WhereBoundPredicateTyBoundsBuilder<F> | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:254:36 | 254 | fn invoke(self, lifetime: ast::LifetimeDef) -> Self { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:259:21 | 259 | impl<F> Invoke<ast::TyParamBound> for WhereBoundPredicateTyBoundsBuilder<F> | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:264:33 | 264 | fn invoke(self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lib.rs:62:54 | 62 | pub fn interned_string<S>(&self, s: S) -> token::InternedString | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 12 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lib.rs:122:48 | 122 | pub fn from_ty_param(&self, ty_param: ast::TyParam) -> ty_param::TyParamBuilder { | ^^^^^^^ not found in `ast` error[E0433]: failed to resolve: could not find `TyParamBound` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:173:26 | 173 | let bound = ast::TyParamBound::TraitTyParamBound(poly_trait, modifier); | ^^^^^^^^^^^^ could not find `TyParamBound` in `ast` error[E0433]: failed to resolve: could not find `TyParamBound` in `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:205:35 | 205 | self.callback.invoke(ast::TyParamBound::RegionTyParamBound(lifetime)) | ^^^^^^^^^^^^ could not find `TyParamBound` in `ast` error: aborting due to 126 previous errors Some errors occurred: E0405, E0412, E0422, E0423, E0425, E0432, E0433. For more information about an error, try `rustc --explain E0405`. error: Could not compile `aster`. Caused by: process didn't exit successfully: `rustc --crate-name aster /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=5ad80119ce15ffd2 -C extra-filename=-5ad80119ce15ffd2 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 1) warning: build failed, waiting for other jobs to finish... error[E0422]: cannot find struct, variant or union type `Attribute_` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/attr.rs:51:43 | 51 | let attr = respan(self.span, ast::Attribute_ { | ^^^^^^^^^^ help: a struct with a similar name exists: `Attribute` error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/attr.rs:171:18 | 171 | name: token::InternedString, | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/attr.rs:278:18 | 278 | name: token::InternedString, | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:20:25 | 20 | lifetimes: Vec<ast::LifetimeDef>, | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:21:25 | 21 | ty_params: Vec<ast::TyParam>, | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:88:51 | 88 | pub fn with_lifetime(mut self, lifetime: ast::LifetimeDef) -> Self { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:106:41 | 106 | where I: IntoIterator<Item=ast::TyParam>, | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:122:51 | 122 | pub fn with_ty_param(mut self, ty_param: ast::TyParam) -> Self { | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:225:21 | 225 | impl<F> Invoke<ast::LifetimeDef> for GenericsBuilder<F> | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:230:36 | 230 | fn invoke(self, lifetime: ast::LifetimeDef) -> Self { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:235:21 | 235 | impl<F> Invoke<ast::TyParam> for GenericsBuilder<F> | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/generics.rs:240:36 | 240 | fn invoke(self, ty_param: ast::TyParam) -> Self { | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `ViewPath_` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:112:44 | 112 | pub fn build_use(self, view_path: ast::ViewPath_) -> F::Result { | ^^^^^^^^^ not found in `ast` error[E0425]: cannot find function `ViewPathSimple` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:381:37 | 381 | self.builder.build_use(ast::ViewPathSimple(id.to_ident(), self.path)) | ^^^^^^^^^^^^^^ not found in `ast` error[E0425]: cannot find function `ViewPathGlob` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:393:37 | 393 | self.builder.build_use(ast::ViewPathGlob(self.path)) | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `PathListItem` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:413:22 | 413 | idents: Vec<ast::PathListItem>, | ^^^^^^^^^^^^ not found in `ast` error[E0425]: cannot find function `ViewPathList` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:444:37 | 444 | self.builder.build_use(ast::ViewPathList(self.path, self.idents)) | ^^^^^^^^^^^^ not found in `ast` error[E0423]: expected function, found struct `ast::Name` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:724:38 | 724 | self.builder.build_item_kind(ast::Name(0).to_ident(), item_mac) | ^^^^^^^^^ constructor is not visible here due to private fields help: possible better candidate is found in another module, you can import it into scope | 3 | use syntax::print::pprust::AnnNode::Name; | error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:801:22 | 801 | bounds: Vec<ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:823:37 | 823 | where I: Iterator<Item=ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:829:45 | 829 | pub fn with_bound(mut self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:894:21 | 894 | impl<F> Invoke<ast::TyParamBound> for ItemTraitBuilder<F> | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:899:33 | 899 | fn invoke(self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:1068:22 | 1068 | bounds: Vec<ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:1075:37 | 1075 | where I: Iterator<Item=ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:1081:45 | 1081 | pub fn with_bound(mut self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:1109:21 | 1109 | impl<F> Invoke<ast::TyParamBound> for ItemTraitTypeBuilder<F> | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/item.rs:1114:33 | 1114 | fn invoke(self, bound: ast::TyParamBound) -> Self::Result { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:32:40 | 32 | fn into_lifetime_def(self) -> ast::LifetimeDef; | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:35:31 | 35 | impl IntoLifetimeDef for ast::LifetimeDef { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:36:40 | 36 | fn into_lifetime_def(self) -> ast::LifetimeDef { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:42:40 | 42 | fn into_lifetime_def(self) -> ast::LifetimeDef { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0422]: cannot find struct, variant or union type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:43:14 | 43 | ast::LifetimeDef { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:51:40 | 51 | fn into_lifetime_def(self) -> ast::LifetimeDef { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:57:40 | 57 | fn into_lifetime_def(self) -> ast::LifetimeDef { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:79:26 | 79 | where F: Invoke<ast::LifetimeDef>, | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0422]: cannot find struct, variant or union type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lifetime.rs:111:35 | 111 | self.callback.invoke(ast::LifetimeDef { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TokenTree` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/mac.rs:23:22 | 23 | tokens: Vec<ast::TokenTree>, | ^^^^^^^^^ not found in `ast` help: possible candidates are found in other modules, you can import them into scope | 1 | use syntax::ext::tt::quoted::TokenTree; | 1 | use syntax::tokenstream::TokenTree; | error[E0425]: cannot find value `EMPTY_CTXT` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/mac.rs:59:24 | 59 | ctxt: ast::EMPTY_CTXT, | ^^^^^^^^^^ not found in `ast` error[E0405]: cannot find trait `ToTokens` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/mac.rs:65:43 | 65 | where I: IntoIterator<Item=T>, T: ToTokens | ^^^^^^^^ not found in this scope error[E0405]: cannot find trait `ToTokens` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/mac.rs:71:18 | 71 | where T: ToTokens | ^^^^^^^^ not found in this scope error[E0425]: cannot find function `intern` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/name.rs:18:16 | 18 | token::intern(*self) | ^^^^^^ not found in `token` error[E0422]: cannot find struct, variant or union type `AngleBracketedParameterData` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/path.rs:275:25 | 275 | let data = ast::AngleBracketedParameterData { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:12:44 | 12 | fn to_interned_string(&self) -> token::InternedString; | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:15:34 | 15 | impl ToInternedString for token::InternedString { | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:16:44 | 16 | fn to_interned_string(&self) -> token::InternedString { | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:22:44 | 22 | fn to_interned_string(&self) -> token::InternedString { | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0425]: cannot find function `intern_and_get_ident` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:23:16 | 23 | token::intern_and_get_ident(self) | ^^^^^^^^^^^^^^^^^^^^ not found in `token` error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:28:44 | 28 | fn to_interned_string(&self) -> token::InternedString { | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:34:44 | 34 | fn to_interned_string(&self) -> token::InternedString { | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/str.rs:40:44 | 40 | fn to_interned_string(&self) -> token::InternedString { | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 1 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty.rs:431:22 | 431 | bounds: Vec<ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty.rs:438:37 | 438 | where I: Iterator<Item=ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty.rs:444:45 | 444 | pub fn with_bound(mut self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty.rs:483:21 | 483 | impl<F> Invoke<ast::TyParamBound> for TyObjectSumTyBuilder<F> | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty.rs:488:33 | 488 | fn invoke(self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:18:22 | 18 | bounds: Vec<ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:29:41 | 29 | pub fn from_ty_param(ty_param: ast::TyParam) -> Self { | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:35:26 | 35 | where F: Invoke<ast::TyParam>, | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:49:68 | 49 | pub fn from_ty_param_with_callback(callback: F, ty_param: ast::TyParam) -> Self { | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:73:45 | 73 | pub fn with_bound(mut self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0422]: cannot find struct, variant or union type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:102:35 | 102 | self.callback.invoke(ast::TyParam { | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:113:26 | 113 | where F: Invoke<ast::TyParam>, | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:122:21 | 122 | impl<F> Invoke<ast::TyParamBound> for TyParamBuilder<F> | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:123:26 | 123 | where F: Invoke<ast::TyParam>, | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:127:33 | 127 | fn invoke(self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:133:26 | 133 | where F: Invoke<ast::TyParam>, | ^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:156:26 | 156 | where F: Invoke<ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:217:26 | 217 | where F: Invoke<ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:232:25 | 232 | lifetimes: Vec<ast::LifetimeDef>, | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:281:21 | 281 | impl<F> Invoke<ast::LifetimeDef> for PolyTraitRefBuilder<F> | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/ty_param.rs:286:36 | 286 | fn invoke(self, lifetime: ast::LifetimeDef) -> Self { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:109:31 | 109 | bound_lifetimes: Vec<ast::LifetimeDef>, | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:128:41 | 128 | pub fn with_bound(self, bound: ast::TyParamBound) -> WhereBoundPredicateTyBoundsBuilder<F> { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:168:21 | 168 | impl<F> Invoke<ast::LifetimeDef> for WhereBoundPredicateTyBuilder<F> | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:173:36 | 173 | fn invoke(self, lifetime: ast::LifetimeDef) -> Self { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:178:21 | 178 | impl<F> Invoke<ast::TyParamBound> for WhereBoundPredicateTyBuilder<F> | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:183:33 | 183 | fn invoke(self, bound: ast::TyParamBound) -> Self::Result { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:194:31 | 194 | bound_lifetimes: Vec<ast::LifetimeDef>, | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:195:22 | 195 | bounds: Vec<ast::TyParamBound>, | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:214:45 | 214 | pub fn with_bound(mut self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:249:21 | 249 | impl<F> Invoke<ast::LifetimeDef> for WhereBoundPredicateTyBoundsBuilder<F> | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `LifetimeDef` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:254:36 | 254 | fn invoke(self, lifetime: ast::LifetimeDef) -> Self { | ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:259:21 | 259 | impl<F> Invoke<ast::TyParamBound> for WhereBoundPredicateTyBoundsBuilder<F> | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `TyParamBound` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/where_predicate.rs:264:33 | 264 | fn invoke(self, bound: ast::TyParamBound) -> Self { | ^^^^^^^^^^^^ not found in `ast` error[E0412]: cannot find type `InternedString` in module `token` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lib.rs:62:54 | 62 | pub fn interned_string<S>(&self, s: S) -> token::InternedString | ^^^^^^^^^^^^^^ not found in `token` help: possible candidate is found in another module, you can import it into scope | 12 | use syntax::symbol::InternedString; | error[E0412]: cannot find type `TyParam` in module `ast` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lib.rs:122:48 | 122 | pub fn from_ty_param(&self, ty_param: ast::TyParam) -> ty_param::TyParamBuilder { | ^^^^^^^ not found in `ast` error: aborting due to 126 previous errors Some errors occurred: E0405, E0412, E0422, E0423, E0425, E0432, E0433. For more information about an error, try `rustc --explain E0405`. thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustc --crate-name aster /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.15.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=8a583b81021c3d2d -C extra-filename=-8a583b81021c3d2d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None } Could not compile `aster`.', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.