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 authored Aug 3, 2023
1 parent 05ae0cb commit 9a9d9f8
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 9a9d9f8

Please sign in to comment.