mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
7dd11b8119
Check that all configuration options reference existing lints. This was prompted by a discussion on a PR review in which a non-detected discrepancy was introduced. While adding and testing this test, references to two non-existing lints were removed. This test doesn't run as part of the rustc test suite. changelog: none