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 glob v0.1.9 Documenting glob v0.1.9 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs --crate-name glob -o /home/cratesfyi/glob-0.1.9/doc -L dependency=/home/cratesfyi/glob-0.1.9/debug -L dependency=/home/cratesfyi/glob-0.1.9/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:155:41: 155:44 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:155 let root_len = root.as_ref().map_or(0us, |p| p.as_vec().len()); ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:155:41: 155:44 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:604:32: 604:36 error: obsolete syntax: `:`, `&mut:`, or `&:` .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:604 let require_literal = |&: c| { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:604:32: 604:36 note: rely on inference instead .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:698:16: 698:23 error: obsolete syntax: `:`, `&mut:`, or `&:` .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:698 let add = |&: todo: &mut Vec<_>, next_path: Path| { ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:985:24: 985:27 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:985 for i in range(0us, 10) { ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:985:24: 985:27 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:991:24: 991:27 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:991 for i in range(0us, 10) { ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:991:24: 991:27 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:1135:18: 1135:28 error: obsolete syntax: `:`, `&mut:`, or `&:` .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:1135 let f = |&: options| Pattern::new("*.txt").unwrap().matches_with(".hello.txt", options); ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:1139:18: 1139:28 error: obsolete syntax: `:`, `&mut:`, or `&:` .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:1139 let f = |&: options| Pattern::new(".*.*").unwrap().matches_with(".hello.txt", options); ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:1143:18: 1143:28 error: obsolete syntax: `:`, `&mut:`, or `&:` .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:1143 let f = |&: options| Pattern::new("aaa/bbb/*").unwrap().matches_with("aaa/bbb/.ccc", options); ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:1147:18: 1147:28 error: obsolete syntax: `:`, `&mut:`, or `&:` .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:1147 let f = |&: options| Pattern::new("aaa/bbb/*").unwrap().matches_with("aaa/bbb/c.c.c.", options); ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:1151:18: 1151:28 error: obsolete syntax: `:`, `&mut:`, or `&:` .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:1151 let f = |&: options| Pattern::new("aaa/bbb/.*").unwrap().matches_with("aaa/bbb/.ccc", options); ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:1155:18: 1155:28 error: obsolete syntax: `:`, `&mut:`, or `&:` .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:1155 let f = |&: options| Pattern::new("aaa/?bbb").unwrap().matches_with("aaa/.bbb", options); ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:1159:18: 1159:28 error: obsolete syntax: `:`, `&mut:`, or `&:` .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:1159 let f = |&: options| Pattern::new("aaa/[.]bbb").unwrap().matches_with("aaa/.bbb", options); ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:33:23: 33:27 error: unresolved import `std::old_io::fs`. Could not find `old_io` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:33 use std::old_io::fs::{self, PathExtensions}; ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:33:29: 33:43 error: unresolved import `std::old_io::fs::PathExtensions`. Could not find `old_io` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:33 use std::old_io::fs::{self, PathExtensions}; ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:34:5: 34:26 error: unresolved import `std::old_path`. There is no `old_path` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:34 use std::old_path as path; ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:35:5: 35:26 error: unresolved import `std::old_path::is_sep`. Could not find `old_path` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:35 use std::old_path::is_sep; ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:38:5: 38:25 error: unresolved import `std::old_io::IoError`. Could not find `old_io` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:38 use std::old_io::IoError; ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:57:23: 57:27 error: type name `Path` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:57 todo: Vec<Result<(Path,usize), GlobError>>, ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:57:23: 57:27 help: you can import it into scope: `use std::path::Path;`. .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:58:19: 58:23 error: type name `Path` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:58 scope: Option<Path>, ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:58:19: 58:23 help: you can import it into scope: `use std::path::Path;`. .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:137:35: 137:39 error: type name `Path` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:137 fn check_windows_verbatim(_: &Path) -> bool { false } ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:137:35: 137:39 help: you can import it into scope: `use std::path::Path;`. .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:152:20: 152:24 error: type name `Path` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:152 fn to_scope(p: Path) -> Path { p } ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:152:20: 152:24 help: you can import it into scope: `use std::path::Path;`. .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:152:29: 152:33 error: type name `Path` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:152 fn to_scope(p: Path) -> Path { p } ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:152:29: 152:33 help: you can import it into scope: `use std::path::Path;`. .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:154:16: 154:25 error: failed to resolve. Use of undeclared type or module `Path` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:154 let root = Path::new(pattern).root_path(); ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:169:54: 169:63 error: failed to resolve. Use of undeclared type or module `Path` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:169 let scope = root.map(to_scope).unwrap_or_else(|| Path::new(".")); ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:199:11: 199:15 error: type name `Path` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:199 path: Path, ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:199:11: 199:15 help: you can import it into scope: `use std::path::Path;`. .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:205:38: 205:42 error: type name `Path` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:205 pub fn path<'a>(&'a self) -> &'a Path { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:205:38: 205:42 help: you can import it into scope: `use std::path::Path;`. .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:226:30: 226:34 error: type name `Path` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:226 pub type GlobResult = Result<Path, GlobError>; ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:226:30: 226:34 help: you can import it into scope: `use std::path::Path;`. .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:570:39: 570:43 error: type name `Path` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:570 pub fn matches_path(&self, path: &Path) -> bool { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:570:39: 570:43 help: you can import it into scope: `use std::path::Path;`. .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:584:44: 584:48 error: type name `Path` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:584 pub fn matches_path_with(&self, path: &Path, options: &MatchOptions) -> bool { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:584:44: 584:48 help: you can import it into scope: `use std::path::Path;`. .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:684:37: 684:41 error: type name `Path` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:684 fn fill_todo(todo: &mut Vec<Result<(Path, usize), GlobError>>, patterns: &[Pattern], idx: usize, path: &Path, ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:684:37: 684:41 help: you can import it into scope: `use std::path::Path;`. .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:684:105: 684:109 error: type name `Path` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:684 fn fill_todo(todo: &mut Vec<Result<(Path, usize), GlobError>>, patterns: &[Pattern], idx: usize, path: &Path, ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:684:105: 684:109 help: you can import it into scope: `use std::path::Path;`. .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:698:49: 698:53 error: type name `Path` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:698 let add = |&: todo: &mut Vec<_>, next_path: Path| { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:698:49: 698:53 help: you can import it into scope: `use std::path::Path;`. .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:394:10: 394:14 error: the trait bound `MatchResult: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:394 #[derive(Copy, PartialEq)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:394:10: 394:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs:394:10: 394:14 note: required by `std::marker::Copy` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `glob v0.1.9`, intermediate artifacts can be found at `/home/cratesfyi/glob-0.1.9`, cause: ChainedError { error: Could not document `glob`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.9/src/lib.rs --crate-name glob -o /home/cratesfyi/glob-0.1.9/doc -L dependency=/home/cratesfyi/glob-0.1.9/debug -L dependency=/home/cratesfyi/glob-0.1.9/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.