Skip to content

Commit

Permalink
restore function_missing
Browse files Browse the repository at this point in the history
  • Loading branch information
suaviloquence committed Sep 20, 2024
1 parent e9ed9c4 commit 298c97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lints/function_missing.ron
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SemverQuery(
"true": true,
},
error_message: "A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.",
per_result_error_template: Some("function {{join \"::\" path}}"),
per_result_error_template: Some("function {{join \"::\" path}}, previously in file {{span_filename}}:{{span_begin_line}}"),
witness: (
hint_template: r#"{{join "::" path}}(...);"#,
),
Expand Down

0 comments on commit 298c97e

Please sign in to comment.