dirent-sys 0.2.0

Generated bindings for Linux <dirent.h>
Documentation
Build #86190 2018-02-16T14:45:37.078767+00:00
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)
# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)

# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading dirent-sys v0.2.0
Fresh vec_map v0.8.0
Fresh num-traits v0.2.0
Fresh glob v0.2.11
Fresh peeking_take_while v0.1.2
Fresh quote v0.3.15
Fresh cfg-if v0.1.2
Fresh strsim v0.7.0
Fresh libc v0.2.36
Fresh lazy_static v1.0.0
Fresh regex-syntax v0.4.2
Fresh unicode-width v0.1.4
Fresh bitflags v1.0.1
Fresh utf8-ranges v1.0.0
Fresh num-integer v0.1.36
Fresh void v1.0.2
Fresh num-iter v0.1.35
Fresh log v0.4.1
Fresh textwrap v0.9.0
Fresh termcolor v0.3.4
Fresh ansi_term v0.10.2
Fresh num v0.1.42
Fresh unreachable v1.0.0
Compiling which v1.0.4
Fresh atty v0.2.6
Fresh time v0.1.39
Compiling memchr v2.0.1
Running `rustc --crate-name which .cargo/registry/src/github.com-1ecc6299db9ec823/which-1.0.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=21c89f8426bd55a9 -C extra-filename=-21c89f8426bd55a9 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-5c4860c1380f51fa.rlib --extern-version libc=libc,0.2.36 --cap-lints allow`
Fresh thread_local v0.3.5
Running `rustc --crate-name memchr .cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --cfg 'feature="libc"' -C metadata=f754cb82c0139373 -C extra-filename=-f754cb82c0139373 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-5c4860c1380f51fa.rlib --extern-version libc=libc,0.2.36 --cap-lints allow`
Fresh memchr v1.0.2
Fresh nom v3.2.1
Fresh cexpr v0.2.2
Fresh chrono v0.4.0
Fresh clap v2.30.0
Fresh libloading v0.4.3
Fresh clang-sys v0.21.1
error[E0599]: no method named `eq_ignore_ascii_case` found for type `&str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/which-1.0.4/src/lib.rs:37:24
|
37 |             .map(|e| e.eq_ignore_ascii_case(env::consts::EXE_EXTENSION)) {
|                        ^^^^^^^^^^^^^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
= note: the following trait is implemented but not in scope, perhaps add a `use` for it:
candidate #1: `use std::ascii::AsciiExt;`

error: aborting due to previous error

error: Could not compile `which`.

Caused by:
process didn't exit successfully: `rustc --crate-name which .cargo/registry/src/github.com-1ecc6299db9ec823/which-1.0.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=21c89f8426bd55a9 -C extra-filename=-21c89f8426bd55a9 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-5c4860c1380f51fa.rlib --extern-version libc=libc,0.2.36 --cap-lints allow` (exit code: 101)
thread 'main' panicked at 'build failed', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.