mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 18:57:19 +00:00

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>