Build #53144 2017-06-03T05:27:17.034867+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Documenting aster v0.41.0
Running `rustdoc --crate-name aster .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0560]: struct `syntax::ast::Attribute` has no field named `value`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/attr.rs:59:13
|
59 | value: item,
| ^^^^^^ field does not exist - did you mean `path`?
error[E0061]: this function takes 7 parameters but 6 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/item.rs:1213:13
|
1213 | self.unsafety,
| ^^^^^^^^^^^^^ expected 7 parameters
error[E0560]: struct `syntax::ast::Lifetime` has no field named `name`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/lifetime.rs:24:13
|
24 | name: self.to_symbol(),
| ^^^^^ `syntax::ast::Lifetime` does not have this field
error[E0560]: struct `syntax::ast::Lifetime` has no field named `name`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/lifetime.rs:88:13
|
88 | name: name.to_symbol(),
| ^^^^^ `syntax::ast::Lifetime` does not have this field
error[E0560]: struct `syntax::ast::Lifetime` has no field named `name`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/lifetime.rs:104:13
|
104 | name: name.to_symbol(),
| ^^^^^ `syntax::ast::Lifetime` does not have this field
error[E0061]: this function takes 1 parameter but 0 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/mac.rs:93:26
|
93 | let parse_sess = ParseSess::new();
| ^^^^^^^^^^^^^^^^ expected 1 parameter
error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/mac.rs:110:18
|
110 | tts: self.tokens,
| ^^^^^^^^^^^ expected struct `syntax::tokenstream::ThinTokenStream`, found struct `std::vec::Vec`
|
= note: expected type `syntax::tokenstream::ThinTokenStream`
found type `std::vec::Vec<syntax::tokenstream::TokenTree>`
= help: here are some functions which might fulfill your needs:
- .remove(...)
- .swap_remove(...)
error[E0599]: no method named `bt_push` found for type `syntax::ext::base::ExtCtxt<'_>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/mac.rs:141:8
|
141 | cx.bt_push(info);
| ^^^^^^^
error[E0560]: struct `syntax::ast::Lifetime` has no field named `name`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/path.rs:245:13
|
245 | name: name.to_symbol(),
| ^^^^^ `syntax::ast::Lifetime` does not have this field
error[E0063]: missing field `span` in initializer of `syntax::ast::PathSegment`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/path.rs:303:30
|
303 | self.callback.invoke(ast::PathSegment {
| ^^^^^^^^^^^^^^^^ missing `span`
error[E0063]: missing field `span` in initializer of `syntax::ast::PathSegment`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/path.rs:324:30
|
324 | self.callback.invoke(ast::PathSegment {
| ^^^^^^^^^^^^^^^^ missing `span`
error[E0560]: struct `syntax::ast::Lifetime` has no field named `name`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/ty.rs:285:13
|
285 | name: name.to_symbol(),
| ^^^^^ `syntax::ast::Lifetime` does not have this field
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: Could not document `aster`.,
cause: process didn't exit successfully: `rustdoc --crate-name aster .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.