Skip to content

Commit 7c67d5f

Browse files
coord-eclaude
andcommitted
fixup! Enable to annotate functions with formula_fn
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cbeacfa commit 7c67d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/analyze.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ impl<'tcx> Analyzer<'tcx> {
699699
{
700700
let Some(formula_def_id) = formula_def_id.as_local() else {
701701
panic!(
702-
"require annotation with path is expected to refer to a local def, but found: {:?}",
702+
"ensure annotation with path is expected to refer to a local def, but found: {:?}",
703703
formula_def_id
704704
);
705705
};

0 commit comments

Comments
 (0)