We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c770f commit 3f0f8f3Copy full SHA for 3f0f8f3
compiler/noirc_frontend/src/hir/resolution/errors.rs
@@ -502,7 +502,7 @@ impl<'a> From<&'a ResolverError> for Diagnostic {
502
ResolverError::MacroIsNotComptime { span } => {
503
Diagnostic::simple_error(
504
"This macro call is to a non-comptime function".into(),
505
- "Macro calls must be to comptime functions".into(),
+ "Macro calls must be comptime functions".into(),
506
*span,
507
)
508
},
0 commit comments