Build #150953 2019-03-27T14:23:04.953098+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
Documenting aster v0.41.0
Running `rustdoc --crate-name aster /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url 'clippy=https://docs.rs/clippy/0.0.302' --extern-html-root-url 'compiletest_rs=https://docs.rs/compiletest_rs/0.2.10' --extern-html-root-url 'syntex_syntax=https://docs.rs/syntex_syntax/0.58.1' -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0432]: unresolved import `syntax::codemap`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.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.41.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.41.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.41.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.41.0/src/constant.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.41.0/src/expr.rs:6:13
|
6 | 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.41.0/src/fn_decl.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.41.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.41.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.41.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.41.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.41.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.41.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.41.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::abi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.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.41.0/src/method.rs:3:13
|
3 | use syntax::codemap::{DUMMY_SP, respan, Span};
| ^^^^^^^ could not find `codemap` in `syntax`
error[E0432]: unresolved import `syntax::codemap`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.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.41.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.41.0/src/qpath.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.41.0/src/self_.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.41.0/src/stmt.rs:2:13
|
2 | use syntax::codemap::{DUMMY_SP, Span};
| ^^^^^^^ could not find `codemap` in `syntax`
error[E0432]: unresolved import `syntax::util::ThinVec`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/stmt.rs:4:5
|
4 | use syntax::util::ThinVec;
| ^^^^^^^^^^^^^^^^^^^^^ no `ThinVec` in `util`
error[E0432]: unresolved import `syntax::codemap`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.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.41.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.41.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.41.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.41.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.41.0/src/where_predicate.rs:2:13
|
2 | use syntax::codemap::{DUMMY_SP, Span};
| ^^^^^^^ could not find `codemap` in `syntax`
error[E0412]: cannot find type `LifetimeDef` in module `ast`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/generics.rs:19:25
|
19 | 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.41.0/src/generics.rs:20:25
|
20 | 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.41.0/src/generics.rs:87:51
|
87 | 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.41.0/src/generics.rs:105:41
|
105 | 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.41.0/src/generics.rs:121:51
|
121 | 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.41.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.41.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.41.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.41.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.41.0/src/item.rs:128:44
|
128 | pub fn build_use(self, view_path: ast::ViewPath_) -> F::Result {
| ^^^^^^^^^ not found in `ast`
error[E0412]: cannot find type `PathListItem` in module `ast`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/item.rs:456:22
|
456 | idents: Vec<ast::PathListItem>,
| ^^^^^^^^^^^^ not found in `ast`
error[E0412]: cannot find type `TyParamBound` in module `ast`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/item.rs:835:22
|
835 | 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.41.0/src/item.rs:857:37
|
857 | 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.41.0/src/item.rs:863:45
|
863 | 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.41.0/src/item.rs:928:21
|
928 | 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.41.0/src/item.rs:933:33
|
933 | 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.41.0/src/item.rs:1102:22
|
1102 | 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.41.0/src/item.rs:1109:37
|
1109 | 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.41.0/src/item.rs:1115:45
|
1115 | 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.41.0/src/item.rs:1144:21
|
1144 | 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.41.0/src/item.rs:1149:33
|
1149 | 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.41.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.41.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.41.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.41.0/src/lifetime.rs:42:40
|
42 | 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.41.0/src/lifetime.rs:52:40
|
52 | 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.41.0/src/lifetime.rs:58:40
|
58 | 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.41.0/src/lifetime.rs:80:26
|
80 | where F: Invoke<ast::LifetimeDef>,
| ^^^^^^^^^^^ help: a struct with a similar name exists: `Lifetime`
error[E0405]: cannot find trait `ToTokens` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/mac.rs:85:43
|
85 | 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.41.0/src/mac.rs:91:18
|
91 | where T: ToTokens
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `TyParamBound` in module `ast`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/ty.rs:452:22
|
452 | 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.41.0/src/ty.rs:459:37
|
459 | 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.41.0/src/ty.rs:465:45
|
465 | 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.41.0/src/ty.rs:503:21
|
503 | impl<F> Invoke<ast::TyParamBound> for TyImplTraitTyBuilder<F>
| ^^^^^^^^^^^^ not found in `ast`
error[E0412]: cannot find type `TyParamBound` in module `ast`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/ty.rs:508:33
|
508 | 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.41.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.41.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.41.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.41.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.41.0/src/ty_param.rs:74:45
|
74 | pub fn with_bound(mut 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.41.0/src/ty_param.rs:115:26
|
115 | 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.41.0/src/ty_param.rs:124:21
|
124 | 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.41.0/src/ty_param.rs:125:26
|
125 | 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.41.0/src/ty_param.rs:129:33
|
129 | 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.41.0/src/ty_param.rs:135:26
|
135 | 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.41.0/src/ty_param.rs:158:26
|
158 | 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.41.0/src/ty_param.rs:232:26
|
232 | 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.41.0/src/ty_param.rs:247:25
|
247 | 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.41.0/src/ty_param.rs:296:21
|
296 | 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.41.0/src/ty_param.rs:301:36
|
301 | 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.41.0/src/where_predicate.rs:110:31
|
110 | 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.41.0/src/where_predicate.rs:129:41
|
129 | 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.41.0/src/where_predicate.rs:169:21
|
169 | 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.41.0/src/where_predicate.rs:174:36
|
174 | 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.41.0/src/where_predicate.rs:179:21
|
179 | 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.41.0/src/where_predicate.rs:184:33
|
184 | 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.41.0/src/where_predicate.rs:195:31
|
195 | 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.41.0/src/where_predicate.rs:196:22
|
196 | 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.41.0/src/where_predicate.rs:215:45
|
215 | 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.41.0/src/where_predicate.rs:250:21
|
250 | 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.41.0/src/where_predicate.rs:255:36
|
255 | 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.41.0/src/where_predicate.rs:260:21
|
260 | 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.41.0/src/where_predicate.rs:265:33
|
265 | 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.41.0/src/lib.rs:125:48
|
125 | pub fn from_ty_param(&self, ty_param: ast::TyParam) -> ty_param::TyParamBuilder {
| ^^^^^^^ not found in `ast`
error: Compilation failed, aborting rustdoc
error: aborting due to 93 previous errors
Some errors occurred: E0405, E0412, E0432, E0433.
For more information about an error, try `rustc --explain E0405`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name aster /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url \'clippy=https://docs.rs/clippy/0.0.302\' --extern-html-root-url \'compiletest_rs=https://docs.rs/compiletest_rs/0.2.10\' --extern-html-root-url \'syntex_syntax=https://docs.rs/syntex_syntax/0.58.1\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }
Could not document `aster`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.