[go: up one dir, main page]

glob 0.0.3

Support for matching file paths against Unix shell style patterns.
Build #5303 2016-08-03 14:49:39

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
thread 'rustc' panicked at 'phase_2_configure_and_expand aborted in rustdoc!: 7', ../src/libcore/result.rs:788
note: Run with `RUST_BACKTRACE=1` for a backtrace.

Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading glob v0.0.3
Documenting glob v0.0.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs --crate-name glob -o /home/cratesfyi/glob-0.0.3/doc -L dependency=/home/cratesfyi/glob-0.0.3/debug -L dependency=/home/cratesfyi/glob-0.0.3/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:33:19: 33:22 error: expected identifier, found keyword `mod` 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:33 use std::io::fs::{mod, PathExtensions};
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:113:36: 113:38 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:113     let root_len = pat_root.map_or(0u, |p| p.as_vec().len());
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:113:36: 113:38 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:658:24: 658:26 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:658         for i in range(0u, 10) {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:658:24: 658:26 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:664:24: 664:26 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:664         for i in range(0u, 10) {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:664:24: 664:26 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:190:1: 190:66 error: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:190 #[deriving(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Default)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:190:1: 190:66 help: add #![feature(custom_attribute)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:195:1: 195:57 error: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:195 #[deriving(Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:195:1: 195:57 help: add #![feature(custom_attribute)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:204:1: 204:57 error: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:204 #[deriving(Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:204:1: 204:57 help: add #![feature(custom_attribute)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:210:1: 210:23 error: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:210 #[deriving(PartialEq)]
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:210:1: 210:23 help: add #![feature(custom_attribute)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:574:1: 574:66 error: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:574 #[deriving(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Default)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:574:1: 574:66 help: add #![feature(custom_attribute)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:24:1: 24:17 error: The attribute `experimental` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:24 #![experimental]
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:24:1: 24:17 help: add #![feature(custom_attribute)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:27:1: 27:25 error: The attribute `license` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:27 #![license = "MIT/ASL2"]
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs:27:1: 27:25 help: add #![feature(custom_attribute)] to the crate attributes to enable 
error: internal compiler error: unexpected panic 
note: the compiler unexpectedly panicked. this is a bug. 
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports 
thread 'main' panicked at 'ChainedError {
error: failed to compile `glob v0.0.3`, intermediate artifacts can be found at `/home/cratesfyi/glob-0.0.3`,
cause: ChainedError {
error: Could not document `glob`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.0.3/src/lib.rs --crate-name glob -o /home/cratesfyi/glob-0.0.3/doc -L dependency=/home/cratesfyi/glob-0.0.3/debug -L dependency=/home/cratesfyi/glob-0.0.3/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.