[go: up one dir, main page]

unsafe-any 0.1.1

Traits and implementations for unchecked downcasting.
Build #5855 2016-08-03 22:08:47

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# 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 unsafe-any v0.1.1
Documenting unsafe-any v0.1.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.1.1/src/lib.rs --crate-name unsafe_any -o /home/cratesfyi/unsafe-any-0.1.1/doc -L dependency=/home/cratesfyi/unsafe-any-0.1.1/debug -L dependency=/home/cratesfyi/unsafe-any-0.1.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.1.1/src/lib.rs:66:21: 66:23 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.1.1/src/lib.rs:66         let a = box 7u as Box<Any>;
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.1.1/src/lib.rs:66:21: 66:23 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.1.1/src/lib.rs:71:25: 71:27 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.1.1/src/lib.rs:71         let mut a = box 7u as Box<Any>;
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.1.1/src/lib.rs:71:25: 71:27 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.1.1/src/lib.rs:76:25: 76:27 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.1.1/src/lib.rs:76         let mut a = box 7u as Box<Any>;
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.1.1/src/lib.rs:76:25: 76:27 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.1.1/src/lib.rs:78:51: 78:53 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.1.1/src/lib.rs:78             *a.downcast_mut_unchecked::<uint>() = 8u;
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.1.1/src/lib.rs:78:51: 78:53 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `unsafe-any v0.1.1`, intermediate artifacts can be found at `/home/cratesfyi/unsafe-any-0.1.1`,
cause: ChainedError {
error: Could not document `unsafe-any`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.1.1/src/lib.rs --crate-name unsafe_any -o /home/cratesfyi/unsafe-any-0.1.1/doc -L dependency=/home/cratesfyi/unsafe-any-0.1.1/debug -L dependency=/home/cratesfyi/unsafe-any-0.1.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.