1
Fork 0

Autoderive ExternBlockSuggestion

This commit is contained in:
mejrs 2023-01-19 13:52:15 +01:00
parent 1f72129ffe
commit cc5af33d64
3 changed files with 27 additions and 33 deletions

View file

@ -88,4 +88,5 @@ ast_passes_ty_alias_without_body =
ast_passes_fn_without_body =
free function without a body
.suggestion = provide a definition for the function
.extern_block_suggestion = if you meant to declare an externally defined function, use an `extern` block
ast_passes_extern_block_suggestion = if you meant to declare an externally defined function, use an `extern` block