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

Add a codegen test for comparisons of 2-tuples of primitives #108156

Closed
wants to merge 1 commit into from

Commits on Feb 17, 2023

  1. Add a codegen test for comparisons of 2-tuples of primitives

    The operators are all overridden in full for tuples, so those parts pass easily, but they're worth pinning.
    
    Going via `Ord::cmp`, though, doesn't optimize away for anything but `cmp`+`is_le`.  So this leaves `FIXME`s in the tests for the others.
    scottmcm committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    dc37e37 View commit details
    Browse the repository at this point in the history