]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/bad-lint-cap.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / ui / lint / bad-lint-cap.rs
1 // compile-flags: --cap-lints test
2 // error-pattern: unknown lint level: `test`
3
4 fn main() {}