Closed
Description
In src/codegen/ir.rs
, there is a bug in the formatting of the Less-Than-or-Equal (LessEqual
) binary operator. The operator was incorrectly formatted as ' < ' instead of the correct ' <= ', which would cause incorrect code generation for less-than-or-equal operations.
this
Line 87 in f756cbf
Binop::LessEqual => sb_appendf(output, c!(" <= ")),
?
Metadata
Metadata
Assignees
Labels
No labels