webpki 0.18.0-alpha3

Web PKI X.509 Certificate Verification.
Build #99821 2018-05-15T21:18:12.057024+00:00
# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading webpki v0.18.0-alpha3
Fresh untrusted v0.6.1
Fresh libc v0.2.40
Fresh cc v1.0.15
Fresh lazy_static v1.0.0
Compiling ring v0.13.0-alpha3
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.13.0-alpha3/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="use_heap"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=7d4d9bd52bbdda5b -C extra-filename=-7d4d9bd52bbdda5b --out-dir /home/cratesfyi/cratesfyi/debug/build/ring-7d4d9bd52bbdda5b -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cc=/home/cratesfyi/cratesfyi/debug/deps/libcc-843527ffac970b73.rlib --extern-version cc=cc,1.0.15 --cap-lints allow`
error[E0658]: non-reference pattern used to match a reference (see issue #42640)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.13.0-alpha3/build.rs:377:9
|
377 |     let (_, _, perlasm_format) = ASM_TARGETS.iter().find(|entry| {
|         ^^^^^^^^^^^^^^^^^^^^^^ help: consider using a reference: `&(_, _, perlasm_format)`
|
= help: add #![feature(match_default_bindings)] to the crate attributes to enable

error[E0658]: non-reference pattern used to match a reference (see issue #42640)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.13.0-alpha3/build.rs:687:9
|
687 |     for (src, dst) in src_dst {
|         ^^^^^^^^^^ help: consider using a reference: `&(src, dst)`
|
= help: add #![feature(match_default_bindings)] to the crate attributes to enable

error[E0658]: non-reference pattern used to match a reference (see issue #42640)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.13.0-alpha3/build.rs:750:35
|
750 |             RING_SRCS.iter().any(|(_, f)| cmp(f)) ||
|                                   ^^^^^^ help: consider using a reference: `&(_, f)`
|
= help: add #![feature(match_default_bindings)] to the crate attributes to enable

error[E0658]: non-reference pattern used to match a reference (see issue #42640)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.13.0-alpha3/build.rs:754:35
|
754 |             RING_SRCS.iter().any(|(_, f)| cmp(f)) ||
|                                   ^^^^^^ help: consider using a reference: `&(_, f)`
|
= help: add #![feature(match_default_bindings)] to the crate attributes to enable

error: aborting due to 4 previous errors

For more information about this error, try `rustc --explain E0658`.
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not compile `ring`.,
cause: process didn't exit successfully: `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.13.0-alpha3/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg feature="use_heap" --cfg feature="default" --cfg feature="dev_urandom_fallback" -C metadata=7d4d9bd52bbdda5b -C extra-filename=-7d4d9bd52bbdda5b --out-dir /home/cratesfyi/cratesfyi/debug/build/ring-7d4d9bd52bbdda5b -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cc=/home/cratesfyi/cratesfyi/debug/deps/libcc-843527ffac970b73.rlib --extern-version cc=cc,1.0.15 --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.