hotswap 0.5.0

Easy code swapping in running executables
Documentation
Build #100407 2018-05-20T16:46:04.527548+00:00
# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading hotswap v0.5.0
Documenting hotswap v0.5.0
Running `rustdoc --crate-name hotswap .cargo/registry/src/github.com-1ecc6299db9ec823/hotswap-0.5.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0463]: can't find crate for `rustc_target`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hotswap-0.5.0/src/lib.rs:4:1
|
4 | extern crate rustc_target;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate

error: aborting due to previous error

For more information about this error, try `rustc --explain E0463`.
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `hotswap`.,
cause: process didn't exit successfully: `rustdoc --crate-name hotswap .cargo/registry/src/github.com-1ecc6299db9ec823/hotswap-0.5.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.