Regression report stable-2016-03-03 vs. nightly-2016-03-15

Full report.

The httparse error seems to have been a download error from crates.io?

··· On Tue, Mar 15, 2016, 4:32 PM Brian Anderson wrote:

brson https://internals.rust-lang.org/users/brson March 15

Full report https://gist.github.com/brson/c6365683ecfdb1861f4e.

Visit Topic https://internals.rust-lang.org/t/regression-report-stable-2016-03-03-vs-nightly-2016-03-15/3250/1 or reply to this email to respond

To stop receiving notifications for this particular topic, click here https://internals.rust-lang.org/t/regression-report-stable-2016-03-03-vs-nightly-2016-03-15/3250/unsubscribe. To unsubscribe from these emails, change your user preferences https://internals.rust-lang.org/my/preferences

regression in jpeg-decoder is due to my const changes. Fix incoming. It’s a bad interaction between my new code and some legacy code assuming the rhs of a bitshift is usize

edit: fix PR

1 Like

Just published a fix for the error in com-rs, the missing_debug_implementations lint should have triggered before so I wonder what change caused this to only happen now. Privacy/visibility changes perhaps?

unidecode is issue #32278

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