mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:01:17 +01:00
a175db1424
lints_that_dont_need_to_run: never skip future-compat-reported lints Follow-up to https://github.com/rust-lang/rust/pull/125116: future-compat lints show up with `--json=future-incompat` even if they are otherwise allowed in the crate. So let's ensure we do not skip those as part of the `lints_that_dont_need_to_run` logic. I could not find a current future compat lint that is emitted by a lint pass, so there's no clear way to add a test for this. Cc `@blyxyas` `@cjgillot` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |