diff --git a/src/dev.rs b/src/dev.rs index 1681ce0a..326485f5 100644 --- a/src/dev.rs +++ b/src/dev.rs @@ -379,7 +379,8 @@ impl MockProver { Any::Fixed => { self.fixed[cell.column.index()][cell_row].is_some() } - Any::Instance => unreachable!(), + // Instance column cells are assigned outside the circuit. + Any::Instance => true, } { None } else {