rust-assimp 0.0.23

A rust wrapper for assimp the open asset import library

Build #102442 2018-06-05 22:45:52

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.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` Fresh piston-float v0.3.0 Compiling vecmath v0.3.1 Running `rustc --crate-name vecmath .cargo/registry/src/github.com-1ecc6299db9ec823/vecmath-0.3.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=c6c0dd1cd08e1623 -C extra-filename=-c6c0dd1cd08e1623 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern float=/home/cratesfyi/cratesfyi/debug/deps/libfloat-697ee86fad8442f7.rlib --extern-version float=piston-float,0.3.0 --cap-lints allow` Documenting rust-assimp v0.0.23 Running `rustdoc --crate-name assimp .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./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 vecmath=/home/cratesfyi/cratesfyi/debug/deps/libvecmath-c6c0dd1cd08e1623.rlib --extern-version vecmath=vecmath,0.3.1` error[E0432]: unresolved import `core::num::Float` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/types.rs:6:5 | 6 | use core::num::Float; | ^^^^^^^^^^^^^^^^ no `Float` in `num` warning[E0566]: conflicting representation hints --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/info.rs:13:8 | 13 | #[repr(C, u32)] | ^ ^^^ warning[E0566]: conflicting representation hints --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/scene.rs:86:8 | 86 | #[repr(C, u32)] | ^ ^^^ warning[E0566]: conflicting representation hints --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/property.rs:464:8 | 464 | #[repr(C, u32)] | ^ ^^^ warning[E0566]: conflicting representation hints --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/property.rs:499:8 | 499 | #[repr(C, u32)] | ^ ^^^ warning[E0566]: conflicting representation hints --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/postprocess.rs:5:8 | 5 | #[repr(C, u32)] | ^ ^^^ error[E0658]: use of unstable library feature 'raw' (see issue #27751) --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/util.rs:1:5 | 1 | use std::raw; | ^^^^^^^^ | = help: add #![feature(raw)] to the crate attributes to enable error: Compilation failed, aborting rustdoc thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `rust-assimp`., cause: process didn't exit successfully: `rustdoc --crate-name assimp .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./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 vecmath=/home/cratesfyi/cratesfyi/debug/deps/libvecmath-c6c0dd1cd08e1623.rlib --extern-version vecmath=vecmath,0.3.1` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.