rust/tests/ui/lint/force-warn/warnings-lint-group.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
148 B
Rust
Raw Normal View History

// --force-warn warnings is an error
// compile-flags: --force-warn warnings
// error-pattern: `warnings` lint group is not supported
fn main() {}