1
Fork 0

migrate: UnknownTool error to SessionDiagnostic

This commit is contained in:
Rejyr 2022-08-19 15:50:38 -04:00
parent ee8c31e64d
commit d197c1eb5b
4 changed files with 30 additions and 16 deletions

View file

@ -393,3 +393,6 @@ lint_builtin_deref_nullptr = dereferencing a null pointer
.label = this code causes undefined behavior when executed
lint_builtin_asm_labels = avoid using named labels in inline assembly
lint_unknown_tool = unknown tool name `{$tool_name}` found in scoped lint: `{$tool_name}::{$lint_name}`
.help = add `#![register_tool({$tool_name})]` to the crate root