DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / tool-attributes / tool_lints-fail.rs
12345678
// Don't allow tool_lints, which aren't scoped #![deny(unknown_lints)] #![deny(clippy)] //~ ERROR: unknown lint: `clippy` fn main() {}