Regression found in the 1.98 beta crater run. ``` [INFO] [stdout] thread 'example_part1' (1539) panicked at 2022/day13/src/main.rs:159:5: [INFO] [stdout] assertion failed: PacketPair::new("[[1],[2,3,4]]", "[[1],4]").is_sorted() ``` * https://crater-reports.s3.amazonaws.com/beta-1.98-4/1.98.0-beta.1/gh/benallard.advent/log.txt Edit: Also probably affects the `spdx` crate, which is quite popular. See https://github.com/rust-lang/rust/issues/159519#issuecomment-5011767487
Regression found in the 1.98 beta crater run.
Edit: Also probably affects the
spdxcrate, which is quite popular. See #159519 (comment)