get_errno 0.0.3

Extracting errno from std::io::Error
Build #89763 2018-03-06T01:43:17.994823+00:00
# 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 get_errno v0.0.3
Fresh lazy_static v1.0.0
Fresh utf8-ranges v1.0.0
Fresh libc v0.2.39
Fresh regex-syntax v0.4.2
Fresh void v1.0.2
Compiling memchr v2.0.1
Fresh unreachable v1.0.0
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="use_std"' --cfg 'feature="libc"' --cfg 'feature="default"' -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-94de3d3f9f71c97f.rlib --extern-version libc=libc,0.2.39 --cap-lints allow`
Compiling aho-corasick v0.6.4
Running `rustc --crate-name aho_corasick .cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.6.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=e524697c89f1b116 -C extra-filename=-e524697c89f1b116 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-f754cb82c0139373.rlib --extern-version memchr=memchr,2.0.1 --cap-lints allow`
Compiling regex v0.2.6
Running `rustc --crate-name regex .cargo/registry/src/github.com-1ecc6299db9ec823/regex-0.2.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="pattern"' -C metadata=6003369e5dfd6084 -C extra-filename=-6003369e5dfd6084 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern thread_local=/home/cratesfyi/cratesfyi/debug/deps/libthread_local-db3ee6d3c7fe5526.rlib --extern-version thread_local=thread_local,0.3.5 --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-4fe84c02a735c569.rlib --extern-version regex_syntax=regex-syntax,0.4.2 --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-f754cb82c0139373.rlib --extern-version memchr=memchr,2.0.1 --extern utf8_ranges=/home/cratesfyi/cratesfyi/debug/deps/libutf8_ranges-b81dc320c0a952bb.rlib --extern-version utf8_ranges=utf8-ranges,1.0.0 --extern aho_corasick=/home/cratesfyi/cratesfyi/debug/deps/libaho_corasick-e524697c89f1b116.rlib --extern-version aho_corasick=aho-corasick,0.6.4 --cap-lints allow`
Compiling regex_macros v0.2.0
Running `rustc --crate-name regex_macros .cargo/registry/src/github.com-1ecc6299db9ec823/regex_macros-0.2.0/src/lib.rs --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=57d92cfac9d77303 -C extra-filename=-57d92cfac9d77303 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-4fe84c02a735c569.rlib --extern-version regex_syntax=regex-syntax,0.4.2 --extern regex=/home/cratesfyi/cratesfyi/debug/deps/libregex-6003369e5dfd6084.rlib --extern-version regex=regex,0.2.6 --cap-lints allow`
error[E0061]: this function takes 3 parameters but 2 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/regex_macros-0.2.0/src/lib.rs:486:26
|
486 |                   self.sp, ast::PatKind::Range(
|  __________________________^
487 | |                     quote_expr!(self.cx, $start), quote_expr!(self.cx, $end)));
| |_____________________________________________________________________________^ expected 3 parameters

error: aborting due to previous error

If you want more information on this error, try using "rustc --explain E0061"
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not compile `regex_macros`.,
cause: process didn't exit successfully: `rustc --crate-name regex_macros .cargo/registry/src/github.com-1ecc6299db9ec823/regex_macros-0.2.0/src/lib.rs --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=57d92cfac9d77303 -C extra-filename=-57d92cfac9d77303 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-4fe84c02a735c569.rlib --extern-version regex_syntax=regex-syntax,0.4.2 --extern regex=/home/cratesfyi/cratesfyi/debug/deps/libregex-6003369e5dfd6084.rlib --extern-version regex=regex,0.2.6 --cap-lints allow` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.