rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
174 stars 55 forks source link

Fix bounds checking with missing bound. #243

Closed tjni closed 1 year ago

tjni commented 1 year ago

Before this, checking that start and end are both before the current date when either one of start or end is missing didn't work.

This was detected by the command-line tests that are run when building this in nixpkgs.