bincode_core 0.6.0

A binary serialization / deserialization strategy and implementation for serde.
Build #151033 2019-03-27T15:22:13.180298+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
Downloading crates ...
Downloaded bincode_core v0.6.0
Downloading crates ...
Downloaded byteorder_core_io v0.5.3
Fresh semver v0.1.20
Fresh unicode-xid v0.0.4
Fresh quote v0.3.15
Checking serde v0.8.23
Fresh rustc_version v0.1.7
Fresh syn v0.10.8
Compiling core_io v0.1.20180307
Compiling serde_codegen_internals v0.11.3
Running `rustc --crate-name serde /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.23/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="collections"' --cfg 'feature="unstable"' -C metadata=ed5d4d1ab1078aaf -C extra-filename=-ed5d4d1ab1078aaf --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name serde_codegen_internals /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen_internals-0.11.3/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6e909ffd11a5a0b9 -C extra-filename=-6e909ffd11a5a0b9 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-3b576d741f034e57.rlib --cap-lints allow`
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/core_io-0.1.20180307/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="collections"' -C metadata=f57ee6b2445933ab -C extra-filename=-f57ee6b2445933ab --out-dir /home/cratesfyi/cratesfyi/debug/build/core_io-f57ee6b2445933ab -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rustc_version=/home/cratesfyi/cratesfyi/debug/deps/librustc_version-e9406cc20e11ce75.rlib --cap-lints allow`
error[E0463]: can't find crate for `collections`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.23/src/lib.rs:25:1
|
25 | extern crate collections;
| ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate

error: aborting due to previous error

For more information about this error, try `rustc --explain E0463`.
error: Could not compile `serde`.

Caused by:
process didn't exit successfully: `rustc --crate-name serde /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.23/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="collections"' --cfg 'feature="unstable"' -C metadata=ed5d4d1ab1078aaf -C extra-filename=-ed5d4d1ab1078aaf --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
thread 'main' panicked at 'ErrorMessage {
msg: "build failed"
}', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.