Regression report stable-2016-05-24 vs. nightly-2016-06-24

Root regressions, sorted by rank:

Full Report.

It looks like multiple crates are hitting https://github.com/rust-lang/rust/issues/34431 ; specifically, it looks like the clap crate depends on this construct.

It looks like multiple crates are hitting an error caused by https://github.com/rust-lang/rust/pull/33982 … at least, I’m guessing that’s what it is (errors like `$t:expr` is followed by `{`).

It might be worth specifically trying to get a nickel v0.7.4 and a crossbeam v0.1.7 published to reduce the number of broken crates.

I have no idea what’s causing the error in nfd-sys (“error: failed to learn about crate-type dylib early on”).

Would it be possible to get crater to separate out errors caused by deny(warnings) from other errors, since we don’t really care that a bunch of crates have unused import warnings?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.