about summary refs log tree commit diff
path: root/library/core/src/tuple.rs
diff options
context:
space:
mode:
authorScott McMurray <scottmcm@users.noreply.github.com>2023-02-16 21:09:46 -0800
committerScott McMurray <scottmcm@users.noreply.github.com>2023-02-16 21:36:14 -0800
commitdc37e373292d00572ff884a1a095cc4574d9fe82 (patch)
treeb7b7c4581383d7d0e83fd32ad895f674b47cb113 /library/core/src/tuple.rs
parent5348a89a77a49f6f57c13c0edf7f493fd410159a (diff)
downloadrust-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