Build #52766 2017-06-02T22:58:58.682586+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`
Downloading lia-plugin v0.1.0
Fresh winapi-build v0.1.1
Fresh term v0.4.5
Fresh libc v0.2.23
Fresh fixedbitset v0.1.6
Fresh lazy_static v0.2.8
Fresh winapi v0.2.8
Fresh unicode-xid v0.0.2
Fresh utf8-ranges v0.1.3
Fresh regex-syntax v0.3.9
Fresh bit-vec v0.4.4
Fresh petgraph v0.1.18
Fresh regex-syntax v0.2.6
Fresh strsim v0.5.2
Fresh time v0.1.37
Fresh lalrpop-intern v0.11.0
Fresh lalrpop-util v0.11.0
Fresh bit-set v0.3.0
Fresh itertools v0.3.25
Fresh memchr v0.1.11
Fresh diff v0.1.10
Fresh bitflags v0.4.0
Fresh rustc-serialize v0.3.24
Fresh kernel32-sys v0.2.2
Fresh aho-corasick v0.5.3
Fresh atty v0.1.2
Fresh thread-id v2.0.0
Fresh thread_local v0.2.7
Fresh regex v0.1.80
Fresh lalrpop-snap v0.11.0
Fresh docopt v0.6.86
Fresh lalrpop v0.11.0
Compiling lia v0.1.0
Running `rustc --crate-name lia .cargo/registry/src/github.com-1ecc6299db9ec823/lia-0.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ff95dc3932930b09 -C extra-filename=-ff95dc3932930b09 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lalrpop_util=/home/cratesfyi/cratesfyi/debug/deps/liblalrpop_util-050551939f99f40d.rlib --extern-version lalrpop_util=lalrpop-util,0.11.0 --cap-lints allow`
error[E0432]: unresolved import `syntax::parse::token::intern`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/lia-0.1.0/src/ast.rs:2:47
|
2 | use syntax::parse::token::{Token, BinOpToken, intern};
| ^^^^^^ no `intern` in `parse::token`
error[E0432]: unresolved import `syntax::parse::token::intern`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/lia-0.1.0/src/grammar.rs:4:75
|
4 | use syntax::parse::token::{Token as RsToken, BinOpToken, Lit, DelimToken, intern};
| ^^^^^^ no `intern` in `parse::token`
error[E0432]: unresolved import `syntax::parse::token::intern`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/lia-0.1.0/src/grammar.rs:15:79
|
15 | use syntax::parse::token::{Token as RsToken, BinOpToken, Lit, DelimToken, intern};
| ^^^^^^ no `intern` in `parse::token`
error[E0432]: unresolved import `syntax::codemap::ExpnId`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/lia-0.1.0/src/codegen.rs:1:29
|
1 | use syntax::codemap::{Span, ExpnId, BytePos, Pos};
| ^^^^^^ no `ExpnId` in `codemap`
error[E0560]: struct `syntax::codemap::Span` has no field named `expn_id`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/lia-0.1.0/src/codegen.rs:19:13
|
19 | expn_id: ExpnId::from_u32(0),
| ^^^^^^^^ field does not exist - did you mean `ctxt`?
error[E0560]: struct `syntax::ast::Path` has no field named `global`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/lia-0.1.0/src/codegen.rs:21:9
|
21 | global: false,
| ^^^^^^^ `syntax::ast::Path` does not have this field
error[E0599]: no associated item named `none` found for type `syntax::ast::PathParameters` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/lia-0.1.0/src/codegen.rs:24:25
|
24 | parameters: PathParameters::none()
| ^^^^^^^^^^^^^^^^^^^^
error[E0063]: missing field `span` in initializer of `syntax::ast::PathSegment`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/lia-0.1.0/src/codegen.rs:22:46
|
22 | segments: segs.into_iter().map(|seg| PathSegment {
| ^^^^^^^^^^^ missing `span`
error: aborting due to previous error(s)
thread 'main' panicked at 'ChainedError {
error: Could not compile `lia`.,
cause: process didn't exit successfully: `rustc --crate-name lia .cargo/registry/src/github.com-1ecc6299db9ec823/lia-0.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ff95dc3932930b09 -C extra-filename=-ff95dc3932930b09 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lalrpop_util=/home/cratesfyi/cratesfyi/debug/deps/liblalrpop_util-050551939f99f40d.rlib --extern-version lalrpop_util=lalrpop-util,0.11.0 --cap-lints allow` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.