Skip to content

Commit

Permalink
Update crates/noirc_driver/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Aug 3, 2023
1 parent 7545817 commit f3a1ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/noirc_driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pub fn compile_main(
let main = match context.get_main_function(&crate_id) {
Some(m) => m,
None => {
// TODO: This error might be a better to exist in Nargo
// TODO(#2155): This error might be a better to exist in Nargo
let err = FileDiagnostic {
file_id: FileId::default(),
diagnostic: CustomDiagnostic::from_message(
Expand Down

0 comments on commit f3a1ca4

Please sign in to comment.