-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix FP of manual_range_contains in const fn
#6382
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 FP of manual_range_contains in const fn
#6382
Conversation
|
r? @llogiq (rust-highfive has picked a reviewer for you, use r? to override) |
|
Thank you! @bors r+ |
|
📌 Commit 14736ab has been approved by |
…const_fn, r=llogiq Fix FP of `manual_range_contains` in `const fn` Fix #6373. changelog: Fix FP of `manual_range_contains` in `const fn`
|
💔 Test failed - checks-action_dev_test |
|
Seems rustfmt has changed? Perhaps cargo dev fmt will fix this. |
14736ab to
59c319a
Compare
|
☔ The latest upstream changes (presumably #6424) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels: |
59c319a to
26c61c7
Compare
|
@bors r=llogiq |
|
📌 Commit 26c61c7 has been approved by |
|
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Fix #6373.
changelog: Fix FP of
manual_range_containsinconst fn