Skip to content

Fix CRT #60

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

Merged
merged 1 commit into from
Sep 21, 2020
Merged

Fix CRT #60

merged 1 commit into from
Sep 21, 2020

Conversation

manta1130
Copy link
Contributor

Fix #59
I also added the test that contains m[i]==1.

@qryxip qryxip merged commit ad3a68d into rust-lang-ja:master Sep 21, 2020
@manta1130 manta1130 deleted the Fix/CRT branch September 21, 2020 11:19
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.

In the crt, the constraint should be "1 <= m[i]", but the assert is "1 < m[i]"
2 participants