x86_64 0.2.12

Support for x86_64 specific instructions, registers, and structures.
Build #120070 2018-10-08T09:27:00.698320+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading x86_64 v0.2.12
Fresh bitflags v1.0.4
Fresh usize_conversions v0.2.0
Fresh os_bootinfo v0.2.1
Fresh ux v0.1.2
Fresh bit_field v0.9.0
Documenting x86_64 v0.2.12
Running `rustdoc --crate-name x86_64 .cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.2.12/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-8584767eb103b292.rlib --extern-version bitflags=bitflags,1.0.4 --extern bit_field=/home/cratesfyi/cratesfyi/debug/deps/libbit_field-77d18ccef2f9ac92.rlib --extern-version bit_field=bit_field,0.9.0 --extern os_bootinfo=/home/cratesfyi/cratesfyi/debug/deps/libos_bootinfo-04ec32435bf87bc6.rlib --extern-version os_bootinfo=os_bootinfo,0.2.1 --extern usize_conversions=/home/cratesfyi/cratesfyi/debug/deps/libusize_conversions-8f1eeac9aea97588.rlib --extern-version usize_conversions=usize_conversions,0.2.0 --extern ux=/home/cratesfyi/cratesfyi/debug/deps/libux-e23d8496149b86e8.rlib --extern-version ux=ux,0.1.2`
error[E0658]: the `#[repr(transparent)]` attribute is experimental (see issue #43036)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.2.12/src/structures/gdt.rs:14:1
|
14 | #[repr(transparent)]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(repr_transparent)] to the crate attributes to enable

error[E0658]: the `#[repr(transparent)]` attribute is experimental (see issue #43036)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.2.12/src/structures/idt.rs:587:1
|
587 | #[repr(transparent)]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(repr_transparent)] to the crate attributes to enable

error[E0658]: the `#[repr(transparent)]` attribute is experimental (see issue #43036)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.2.12/src/structures/paging/page_table.rs:22:1
|
22 | #[repr(transparent)]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(repr_transparent)] to the crate attributes to enable

error[E0658]: the `#[repr(transparent)]` attribute is experimental (see issue #43036)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.2.12/src/structures/paging/page_table.rs:165:1
|
165 | #[repr(transparent)]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(repr_transparent)] to the crate attributes to enable

error[E0658]: the `#[repr(transparent)]` attribute is experimental (see issue #43036)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.2.12/src/addr.rs:19:1
|
19 | #[repr(transparent)]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(repr_transparent)] to the crate attributes to enable

error[E0658]: the `#[repr(transparent)]` attribute is experimental (see issue #43036)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.2.12/src/addr.rs:31:1
|
31 | #[repr(transparent)]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(repr_transparent)] to the crate attributes to enable

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `x86_64`.,
cause: process didn't exit successfully: `rustdoc --crate-name x86_64 .cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.2.12/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-8584767eb103b292.rlib --extern-version bitflags=bitflags,1.0.4 --extern bit_field=/home/cratesfyi/cratesfyi/debug/deps/libbit_field-77d18ccef2f9ac92.rlib --extern-version bit_field=bit_field,0.9.0 --extern os_bootinfo=/home/cratesfyi/cratesfyi/debug/deps/libos_bootinfo-04ec32435bf87bc6.rlib --extern-version os_bootinfo=os_bootinfo,0.2.1 --extern usize_conversions=/home/cratesfyi/cratesfyi/debug/deps/libusize_conversions-8f1eeac9aea97588.rlib --extern-version usize_conversions=usize_conversions,0.2.0 --extern ux=/home/cratesfyi/cratesfyi/debug/deps/libux-e23d8496149b86e8.rlib --extern-version ux=ux,0.1.2` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.