Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Aug 15, 2023
1 parent 42305e8 commit b1a2b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/noirc_errors/src/reporter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub fn report_all(
}

impl FileDiagnostic {
fn report(&self, files: &fm::FileManager, deny_warnings: bool) -> bool {
pub fn report(&self, files: &fm::FileManager, deny_warnings: bool) -> bool {
report(files, &self.diagnostic, Some(self.file_id), &self.call_stack, deny_warnings)
}
}
Expand Down

0 comments on commit b1a2b37

Please sign in to comment.