I think that's caused by a change in the debug repr, but I haven't bisected/checked. * [quick-xml](https://crates.io/crates/quick-xml) regressed from stable to beta ([build log](https://cargobomb-reports.s3.amazonaws.com/beta-1.28-1/beta-2018-06-22/reg/quick-xml-0.12.1/log.txt)) cc @tafia * [xml-rs](https://crates.io/crates/xml-rs) regressed from stable to beta ([build log](https://cargobomb-reports.s3.amazonaws.com/beta-1.28-1/beta-2018-06-22/reg/xml-rs-0.8.0/log.txt)) cc @tomaka
Activity
tomaka commentedon Jun 27, 2018
cc @netvl
Mark-Simulacrum commentedon Jun 27, 2018
65a16c0 -- #49283 -- cc @rust-lang/libs
Looks like an intentional change though.
pietroalbini commentedon Jun 27, 2018
FYI, there was a similar regression in a past release (#47619), and this was the decision:
SimonSapin commentedon Jun 27, 2018
This was indeed intentional, and I support the quoted comment about the lack of guarantee.
Mark-Simulacrum commentedon Jun 27, 2018
Okay, I'm going to close as this isn't something we're going to fix.
tafia commentedon Jul 9, 2018
Just fyi, quick-xml tests are no longer relying on Debug format. They all use Display only.