rust/compiler/rustc_lint
David Wood f5e005f0ca session: disable internal lints for rustdoc
If an internal lint uses `typeck_results` or similar queries then that
can result in rustdoc checking code that it shouldn't (e.g. from other
platforms) and emit compilation errors.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-07-27 11:24:27 +01:00
..
src session: disable internal lints for rustdoc 2022-07-27 11:24:27 +01:00
Cargo.toml macros: add diagnostic derive for lints 2022-07-05 16:00:21 +01:00