Skip to content

Commit

Permalink
non-sloppy constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Jan 24, 2024
1 parent aac525c commit 17c4bdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pil-analyzer/src/statement_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,7 @@ where
&ExpressionProcessor::new(self.driver).process_expression(expr),
self.driver.definitions(),
)?
// TODO see if we can use non-sloppy here
.try_to_field_element_sloppy() // TODO check if we really want a field element here.
.try_to_field_element()
}

fn expression_processor(&self) -> ExpressionProcessor<T, D> {
Expand Down

0 comments on commit 17c4bdd

Please sign in to comment.