Add comment as a reminder to future me
This commit is contained in:
parent
0e9baf4944
commit
68f1dcc65d
|
@ -70,6 +70,7 @@ impl Test {
|
||||||
.map(|cst| (cst, side.tipo()))
|
.map(|cst| (cst, side.tipo()))
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Assertion at this point is evaluated so it's not just a normal assertion
|
||||||
Some(Assertion {
|
Some(Assertion {
|
||||||
bin_op,
|
bin_op,
|
||||||
head: as_constant(generator, head.expect("cannot be Err at this point")),
|
head: as_constant(generator, head.expect("cannot be Err at this point")),
|
||||||
|
|
Loading…
Reference in New Issue