Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bounds checking with missing bound. #243

Merged
merged 1 commit into from
Dec 3, 2022
Merged

Fix bounds checking with missing bound. #243

merged 1 commit into from
Dec 3, 2022

Conversation

tjni
Copy link
Contributor

@tjni tjni commented Dec 3, 2022

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.

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.
Copy link
Collaborator

@ehuss ehuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ehuss ehuss merged commit baffa98 into rust-lang:master Dec 3, 2022
@tjni tjni deleted the check-bounds-improvement branch December 3, 2022 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants