findup 0.1.0

Find the first file matching in a current working directory or the nearest ancestor directory up to root
Build #103582 2018-06-06 06:10:48

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 glob v0.2.11
Documenting findup v0.1.0
Running `rustdoc --crate-name findup .cargo/registry/src/github.com-1ecc6299db9ec823/findup-0.1.0/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 glob=/home/cratesfyi/cratesfyi/debug/deps/libglob-3660eba282c5ea68.rlib --extern-version glob=glob,0.2.11`
error[E0432]: unresolved import `std::io::fs`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/findup-0.1.0/src/lib.rs:11:14
|
11 | use std::io::fs::PathExtensions;
|              ^^ Could not find `fs` in `io`

error[E0412]: cannot find type `Path` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/findup-0.1.0/src/lib.rs:13:28
|
13 | fn abs_path(path: &str) -> Path {
|                            ^^^^ not found in this scope
help: possible candidate is found in another module, you can import it into scope
|
8  | use std::path::Path;
|

error[E0412]: cannot find type `Path` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/findup-0.1.0/src/lib.rs:17:20
|
17 | fn full_path(base: Path, path: &str) -> Path {
|                    ^^^^ not found in this scope
help: possible candidate is found in another module, you can import it into scope
|
8  | use std::path::Path;
|

error[E0412]: cannot find type `Path` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/findup-0.1.0/src/lib.rs:17:41
|
17 | fn full_path(base: Path, path: &str) -> Path {
|                                         ^^^^ not found in this scope
help: possible candidate is found in another module, you can import it into scope
|
8  | use std::path::Path;
|

error[E0412]: cannot find type `Path` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/findup-0.1.0/src/lib.rs:21:32
|
21 | fn base_path(partial: &str) -> Path {
|                                ^^^^ not found in this scope
help: possible candidate is found in another module, you can import it into scope
|
8  | use std::path::Path;
|

error[E0412]: cannot find type `Path` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/findup-0.1.0/src/lib.rs:29:41
|
29 | fn lookup(base: &str, pattern: &str) -> Path {
|                                         ^^^^ not found in this scope
help: possible candidate is found in another module, you can import it into scope
|
8  | use std::path::Path;
|

error[E0412]: cannot find type `Path` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/findup-0.1.0/src/lib.rs:46:33
|
46 | pub fn findup(pattern: &str) -> Path {
|                                 ^^^^ not found in this scope
help: possible candidate is found in another module, you can import it into scope
|
8  | use std::path::Path;
|

error[E0658]: The attribute `warm` 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/findup-0.1.0/src/lib.rs:4:1
|
4 | #[warm(unstable)]
| ^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `findup`.,
cause: process didn't exit successfully: `rustdoc --crate-name findup .cargo/registry/src/github.com-1ecc6299db9ec823/findup-0.1.0/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 glob=/home/cratesfyi/cratesfyi/debug/deps/libglob-3660eba282c5ea68.rlib --extern-version glob=glob,0.2.11` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.