char_classifier 0.0.0

A parser generator. This package implements the `char_classifier` macro.
Build #151199 2019-03-27T21:42:33.061365+00:00
# 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 char_classifier v0.0.0
Downloading crates ...
Downloaded panini v0.0.0
Downloaded aster v0.16.0
Downloaded panini_macros v0.0.0
Downloaded quasi v0.10.0
Downloaded panini_codegen v0.0.0
Downloaded quasi_macros v0.10.0
Downloading crates ...
Downloaded gearley v0.0.1
Downloaded quasi_codegen v0.10.0
Downloaded panini_macros_snapshot v0.0.0
Downloaded optional v0.0.13
Downloaded enum_stream_codegen v0.0.0
Fresh winapi-build v0.1.1
Compiling bit-vec v0.4.4
Compiling refinery v0.1.1
Compiling itertools v0.4.19
Running `rustc --crate-name refinery /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/refinery-0.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=a558eb614998eb17 -C extra-filename=-a558eb614998eb17 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name itertools /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.4.19/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=a84a20add1420f37 -C extra-filename=-a84a20add1420f37 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name bit_vec /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.4.4/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=9be00b03a9887bee -C extra-filename=-9be00b03a9887bee --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh winapi v0.2.8
Compiling aster v0.16.0
Running `rustc --crate-name aster /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.16.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=9b348a31ecf866e0 -C extra-filename=-9b348a31ecf866e0 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Compiling lazy_static v0.1.16
Running `rustc --crate-name lazy_static /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.1.16/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7ea3de88183edcc5 -C extra-filename=-7ea3de88183edcc5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh rustc-serialize v0.3.24
Compiling regex-syntax v0.2.6
Running `rustc --crate-name regex_syntax /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.2.6/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=e047a30a9ea798e5 -C extra-filename=-e047a30a9ea798e5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Compiling memmem v0.1.1
Running `rustc --crate-name memmem /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmem-0.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=e80e7364e8628d9c -C extra-filename=-e80e7364e8628d9c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
error[E0432]: unresolved import `syntax::codemap`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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 `PathListItemKind` in `ast`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.16.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.16.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 `PathParameters` in `ast`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.16.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.16.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.16.0/src/stmt.rs:97:43
|
97 |         let decl = respan(self.span, ast::DeclKind::Item(item));
|                                           ^^^^^^^^ could not find `DeclKind` in `ast`

Compiling ref_slice v1.1.1
Running `rustc --crate-name ref_slice /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ref_slice-1.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=2bcb62878e3d54e9 -C extra-filename=-2bcb62878e3d54e9 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
error[E0433]: failed to resolve: could not find `TyParamBound` in `ast`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.16.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 `TyParamBound` in `ast`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.16.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.16.0/src/ty_param.rs:205:35
|
205 |         self.callback.invoke(ast::TyParamBound::RegionTyParamBound(lifetime))
|                                   ^^^^^^^^^^^^ could not find `TyParamBound` in `ast`

Compiling optional v0.0.13
Running `rustc --crate-name optional /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/optional-0.0.13/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=771f9afb028884b3 -C extra-filename=-771f9afb028884b3 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
error[E0422]: cannot find struct, variant or union type `Attribute_` in module `ast`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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[E0603]: module `keywords` is private
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.16.0/src/item.rs:8:27
|
8 | use syntax::parse::token::keywords;
|                           ^^^^^^^^

error: aborting due to 125 previous errors

Some errors occurred: E0405, E0412, E0422, E0423, E0425, E0432, E0433, E0603.
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.16.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=9b348a31ecf866e0 -C extra-filename=-9b348a31ecf866e0 --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...
thread 'main' panicked at 'ErrorMessage {
msg: "build failed"
}', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.