Regression report stable-2016-12-21 vs. nightly-2016-12-29

  • From: stable-2016-12-21
  • To: nightly-2016-12-29

Coverage

  • 7393 crates tested: 5194 working / 1737 broken / 26 regressed / 430 fixed / 6 unknown.

Regressions

  • There are 21 root regressions
  • There are 26 regressions

Root regressions, sorted by rank:

Full report.

1 Like
  • type alias never used lint - mio, backtrace, diesel, sprs, sotahyper
  • unnecessary qualification lint - nalgebra, libimagestore, rust_sodium, slack-hook, collenchyma-blas, cudnn, kvm, cuticula, cargo count, cargo graph
  • macro already defined in this module - aws-sdk-rust. what’s this?
  • mismatched types in string comparison - namedarg_hack. what’s this?
  • false positive - google-container1, google-cloudtrace1-cli
  • unused import - perlin. what changed here?
  • OUT_DIR not defined - rasen

unnecessary qualification lint - nalgebra, libimagestore, rust_sodium, slack-hook, collenchyma-blas, cudnn, kvm, cuticula, cargo count, cargo graph

This is #38682, fixed in #38817.

macro already defined in this module - aws-sdk-rust. what's this?

This is #38715, fixed in #38793

unused import - perlin. what changed here?

This was caused by stabilizing RFC 1560 in #37127, specifically allowing globs to import everything visible, not just everything pub.

Thanks for the legwork @jseyfried!

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