Closed
Description
One of my tests (test_nested_rest
) is failing on beta (in CI and locally) but not stable (locally).
https://github.com/djc/mendes/pull/18/checks?check_run_id=759480560
Minimal reproduction:
When executed with miri, it doesn't panic. When the call to nothing() is moved before the assignment to self.prev, it also doesn't panic. Works on stable, panics on both beta and nightly-2020-06-10.
searched nightlies: from nightly-2020-04-12 to nightly-2020-06-10
regressed nightly: nightly-2020-05-15
searched commits: from 75e1463 to a74d186
regressed commit: 7c34d8d
bisected with cargo-bisect-rustc v0.5.2
Host triple: x86_64-apple-darwin
Reproduce with:
cargo bisect-rustc --start 2020-04-12 --end 2020-06-10 -- run