[go: up one dir, main page]

unsafe-any 0.2.2

Traits and implementations for unchecked downcasting.
Build #5852 2016-08-03 22:08:32

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.2.2
Documenting unsafe-any v0.2.2
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs --crate-name unsafe_any -o /home/cratesfyi/unsafe-any-0.2.2/doc -L dependency=/home/cratesfyi/unsafe-any-0.2.2/debug -L dependency=/home/cratesfyi/unsafe-any-0.2.2/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:93:21: 93:24 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:93         let a = box 7us as Box<Any>;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:93:21: 93:24 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:96:25: 96:28 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:96         let mut a = box 7us as Box<Any>;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:96:25: 96:28 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:99:25: 99:28 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:99         let mut a = box 7us as Box<Any>;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:99:25: 99:28 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:101:52: 101:55 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:101             *a.downcast_mut_unchecked::<usize>() = 8us;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:101:52: 101:55 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:107:21: 107:24 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:107         let a = box 7us as Box<UnsafeAny>;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:107:21: 107:24 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:110:25: 110:28 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:110         let mut a = box 7us as Box<UnsafeAny>;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:110:25: 110:28 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:113:25: 113:28 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:113         let mut a = box 7us as Box<UnsafeAny>;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:113:25: 113:28 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:115:52: 115:55 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:115             *a.downcast_mut_unchecked::<usize>() = 8us;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs:115:52: 115:55 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.2.2`, intermediate artifacts can be found at `/home/cratesfyi/unsafe-any-0.2.2`,
cause: ChainedError {
error: Could not document `unsafe-any`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.2.2/src/lib.rs --crate-name unsafe_any -o /home/cratesfyi/unsafe-any-0.2.2/doc -L dependency=/home/cratesfyi/unsafe-any-0.2.2/debug -L dependency=/home/cratesfyi/unsafe-any-0.2.2/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.