]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/force-warn/warnings-lint-group.rs
Rollup merge of #105172 - alexs-sh:issue-98861-fix-next, r=scottmcm
[rust.git] / tests / ui / lint / force-warn / warnings-lint-group.rs
1 // --force-warn warnings is an error
2 // compile-flags: --force-warn warnings
3 // error-pattern: `warnings` lint group is not supported
4
5 fn main() {}