mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-19 08:26:33 +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>