x86 0.0.5

Library to use x86 (amd64) specific functionality and registers.
Build #10005 2016-08-07T01:33:06.668197+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading x86 v0.0.5
Compiling bitflags v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.1.1/src/lib.rs --crate-name bitflags --crate-type lib -g -C metadata=fdf4b7654a6da3e5 -C extra-filename=-fdf4b7654a6da3e5 --out-dir /home/cratesfyi/x86-0.0.5/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/x86-0.0.5/debug/deps -L dependency=/home/cratesfyi/x86-0.0.5/debug/deps --cap-lints allow`
Documenting x86 v0.0.5
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/x86-0.0.5/src/lib.rs --crate-name x86 -o /home/cratesfyi/x86-0.0.5/doc -L dependency=/home/cratesfyi/x86-0.0.5/debug -L dependency=/home/cratesfyi/x86-0.0.5/debug/deps --extern bitflags=/home/cratesfyi/x86-0.0.5/debug/deps/libbitflags-fdf4b7654a6da3e5.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/x86-0.0.5/src/lib.rs:10:1: 10:19 error: an extern crate named `core` has already been imported in this module [E0259]
.cargo/registry/src/github.com-1ecc6299db9ec823/x86-0.0.5/src/lib.rs:10 extern crate core;
^~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `x86 v0.0.5`, intermediate artifacts can be found at `/home/cratesfyi/x86-0.0.5`,
cause: ChainedError {
error: Could not document `x86`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/x86-0.0.5/src/lib.rs --crate-name x86 -o /home/cratesfyi/x86-0.0.5/doc -L dependency=/home/cratesfyi/x86-0.0.5/debug -L dependency=/home/cratesfyi/x86-0.0.5/debug/deps --extern bitflags=/home/cratesfyi/x86-0.0.5/debug/deps/libbitflags-fdf4b7654a6da3e5.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.