Build #29697 2016-08-31T20:04:40.540600+00:00
# rustc version
rustc 1.13.0-nightly (e9bc1bac8 2016-08-24)# docs.rs version
cratesfyi 0.2.0 (fb1be72 2016-08-29)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading quasi_macros v0.19.0
Compiling aster v0.26.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.0/src/lib.rs --crate-name aster --crate-type lib -g -C metadata=ce290cf7bf298777 -C extra-filename=-ce290cf7bf298777 --out-dir /home/cratesfyi/quasi_macros-0.19.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/quasi_macros-0.19.0/debug/deps -L dependency=/home/cratesfyi/quasi_macros-0.19.0/debug/deps --cap-lints allow`
error[E0412]: type name `ast::NestedMetaItem` is undefined or not in scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.0/src/attr.rs:172:16
|
172 | items: Vec<ast::NestedMetaItem>,
| ^^^^^^^^^^^^^^^^^^^ undefined or not in scope
|
= help: no candidates by the name of `NestedMetaItem` found in your project; maybe you misspelled the name or forgot to import an external crate?
error[E0433]: failed to resolve. Could not find `NestedMetaItemKind` in `syntax::ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.0/src/attr.rs:199:26
|
199 | respan(span, ast::NestedMetaItemKind::MetaItem(meta_item))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `NestedMetaItemKind` in `syntax::ast`
error[E0433]: failed to resolve. Could not find `NestedMetaItemKind` in `syntax::ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.0/src/attr.rs:213:43
|
213 | self.items.push(respan(self.span, ast::NestedMetaItemKind::MetaItem(item)));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `NestedMetaItemKind` in `syntax::ast`
error[E0422]: `ast::PathListItem_` does not name a structure
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.0/src/item.rs:431:44
|
431 | self.idents.push(respan(self.span, ast::PathListItem_ {
| ^^^^^^^^^^^^^^^^^^ not a structure
error[E0422]: `ast::PathListItem_` does not name a structure
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.0/src/item.rs:442:44
|
442 | self.idents.push(respan(self.span, ast::PathListItem_ {
| ^^^^^^^^^^^^^^^^^^ not a structure
error[E0560]: structure `syntax::ast::Generics` has no field named `span`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.0/src/generics.rs:221:13
|
221 | span: self.span,
| ^^^^
error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.0/src/item.rs:322:13
|
322 | respan(self.span, self.constness),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `syntax::ast::Constness`, found struct `syntax::codemap::Spanned`
|
= note: expected type `syntax::ast::Constness`
= note: found type `syntax::codemap::Spanned<syntax::ast::Constness>`
error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.0/src/method.rs:73:24
|
73 | constness: respan(self.span, self.constness),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `syntax::ast::Constness`, found struct `syntax::codemap::Spanned`
|
= note: expected type `syntax::ast::Constness`
= note: found type `syntax::codemap::Spanned<syntax::ast::Constness>`
error: aborting due to 3 previous errors
thread 'main' panicked at 'ChainedError {
error: failed to compile `quasi_macros v0.19.0`, intermediate artifacts can be found at `/home/cratesfyi/quasi_macros-0.19.0`,
cause: ChainedError {
error: Could not compile `aster`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.0/src/lib.rs --crate-name aster --crate-type lib -g -C metadata=ce290cf7bf298777 -C extra-filename=-ce290cf7bf298777 --out-dir /home/cratesfyi/quasi_macros-0.19.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/quasi_macros-0.19.0/debug/deps -L dependency=/home/cratesfyi/quasi_macros-0.19.0/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:132
note: Run with `RUST_BACKTRACE=1` for a backtrace.