We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bfa23 commit 4097263Copy full SHA for 4097263
1 file changed
libs/@local/hashql/mir/src/reify/rvalue.rs
@@ -53,6 +53,8 @@ impl<'mir, 'heap> Reifier<'_, 'mir, '_, '_, 'heap> {
53
operands.push(self.operand(field.value));
54
}
55
56
+ debug_assert!(field_names.is_sorted());
57
+
58
RValue::Aggregate(Aggregate {
59
kind: AggregateKind::Struct {
60
fields: self.context.mir.interner.symbols.intern_slice(&field_names),
0 commit comments