phantom 0.0.4

Phantom types for use in other crates.
Build #59037 2017-06-06T03:01:36.431852+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 phantom v0.0.4
Documenting phantom v0.0.4
Running `rustdoc --crate-name phantom .cargo/registry/src/github.com-1ecc6299db9ec823/phantom-0.0.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0541]: unknown meta item 'reason'
--> .cargo/registry/src/github.com-1ecc6299db9ec823/phantom-0.0.4/src/lib.rs:1:15
|
1 | #![deprecated(reason = "Use std::marker::PhantomData instead.", since = "0.0.4")]
|               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0541]: unknown meta item 'reason'
--> .cargo/registry/src/github.com-1ecc6299db9ec823/phantom-0.0.4/src/lib.rs:10:14
|
10 | #[deprecated(reason = "Use std::marker::PhantomData instead.", since = "0.0.4")]
|              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0541]: unknown meta item 'reason'
--> .cargo/registry/src/github.com-1ecc6299db9ec823/phantom-0.0.4/src/lib.rs:10:14
|
10 | #[deprecated(reason = "Use std::marker::PhantomData instead.", since = "0.0.4")]
|              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ChainedError {
error: Could not document `phantom`.,
cause: process didn't exit successfully: `rustdoc --crate-name phantom .cargo/registry/src/github.com-1ecc6299db9ec823/phantom-0.0.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.