]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/bad-lint-cap.rs
Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett
[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() {}