diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2023-02-16 21:09:46 -0800 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2023-02-16 21:36:14 -0800 |
| commit | dc37e373292d00572ff884a1a095cc4574d9fe82 (patch) | |
| tree | b7b7c4581383d7d0e83fd32ad895f674b47cb113 /library/core/src/tuple.rs | |
| parent | 5348a89a77a49f6f57c13c0edf7f493fd410159a (diff) | |
| download | rust-dc37e373292d00572ff884a1a095cc4574d9fe82.tar.gz rust-dc37e373292d00572ff884a1a095cc4574d9fe82.zip | |
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.
Diffstat (limited to 'library/core/src/tuple.rs')
0 files changed, 0 insertions, 0 deletions
