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 df70ca8 commit 3da0b26Copy full SHA for 3da0b26
vm/src/vm/runners/cairo_runner.rs
@@ -1540,10 +1540,7 @@ impl CairoRunner {
1540
.iter()
1541
.filter(|builtin| {
1542
// Those segments are not treated as builtins by the prover.
1543
- !matches!(
1544
- builtin,
1545
- BuiltinRunner::SegmentArena(_) | BuiltinRunner::Output(_)
1546
- )
+ !matches!(builtin, BuiltinRunner::SegmentArena(_))
1547
})
1548
.map(|builtin| {
1549
let (index, _) = builtin.get_memory_segment_addresses();
0 commit comments