rust/compiler/rustc_lint
David Wood 11fc7852fe lint: avoid linting diag functions with diag lints
Functions annotated with `#[rustc_lint_diagnostics]` are used by the
diagnostic migration lints to know when to lint, but functions that are
annotated with this attribute shouldn't themselves be linted.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-08-31 13:48:11 +01:00
..
src lint: avoid linting diag functions with diag lints 2022-08-31 13:48:11 +01:00
Cargo.toml macros: add diagnostic derive for lints 2022-07-05 16:00:21 +01:00