Build #60009 2017-06-06T10:11:41.270086+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 yell v0.4.1
Fresh libc v0.2.23
Fresh lazycell v0.4.0
Fresh libc v0.1.12
Fresh rustc-serialize v0.3.24
Fresh c_linked_list v1.1.0
Fresh log v0.3.8
Fresh slab v0.3.0
Fresh cfg-if v0.1.0
Compiling json_macros v0.3.2
Fresh get_if_addrs v0.4.0
Fresh iovec v0.1.0
Fresh net2 v0.2.29
Fresh mio v0.6.8
Running `rustc --crate-name json_macros .cargo/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/lib.rs --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rustc-serialize"' --cfg 'feature="with-rustc-serialize"' -C metadata=ae884a7d49f148fe -C extra-filename=-ae884a7d49f148fe --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --cap-lints allow`
error: type `syntax::ast::Symbol` cannot be dereferenced
--> .cargo/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:54:26
|
54 | let s = &*istr;
| ^^^^^
error: aborting due to previous error(s)
thread 'main' panicked at 'ChainedError {
error: Could not compile `json_macros`.,
cause: process didn't exit successfully: `rustc --crate-name json_macros .cargo/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/lib.rs --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 --cfg feature="default" --cfg feature="rustc-serialize" --cfg feature="with-rustc-serialize" -C metadata=ae884a7d49f148fe -C extra-filename=-ae884a7d49f148fe --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --cap-lints allow` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.