Skip to content

Commit 155ea1e

Browse files
committed
Update formatting and add golden fixture from on-task-done
https://claude.ai/code/session_01JocMLS7i9Z7ZVdAy8mukcM
1 parent 08de44d commit 155ea1e

File tree

2 files changed

+917
-4
lines changed

2 files changed

+917
-4
lines changed

wado-compiler/src/monomorphize/func_inst.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3514,10 +3514,7 @@ fn lower_tuple_comparison(
35143514
elems: &[TypeId],
35153515
type_table: &mut TypeTable,
35163516
) -> Option<TirExprKind> {
3517-
if !matches!(
3518-
op,
3519-
TirBinaryOp::Eq | TirBinaryOp::NotEq
3520-
) {
3517+
if !matches!(op, TirBinaryOp::Eq | TirBinaryOp::NotEq) {
35213518
// Ord comparisons on tuples are not yet supported
35223519
return None;
35233520
}

0 commit comments

Comments
 (0)