rust-assimp 0.0.23

A rust wrapper for assimp the open asset import library

Build #89659 2018-03-06 00:56:42

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.26.0-dev (5c1d29af0 2018-03-03)

# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading rust-assimp v0.0.23 Fresh piston-float v0.3.0 Fresh vecmath v0.3.1 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 -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern vecmath=/home/cratesfyi/cratesfyi/debug/deps/libvecmath-c6c0dd1cd08e1623.rlib --extern-version vecmath=vecmath,0.3.1` 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 'core_float': stable interface is via `impl f{32,64}` in later crates (see issue #32110) --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-assimp-0.0.23/./src/types.rs:6:5 | 6 | use core::num::Float; | ^^^^^^^^^^^^^^^^ | = help: add #![feature(core_float)] to the crate attributes to enable 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 If you want more information on this error, try using "rustc --explain E0658" 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 -20180303-1.26.0-dev-5c1d29af0 -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.