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

9 lines
309 B
Rust
Raw Normal View History

// --force-warn warnings is an error
//@ compile-flags: --force-warn warnings
fn main() {}
//~? ERROR `warnings` lint group is not supported with ´--force-warn´
//~? ERROR `warnings` lint group is not supported with ´--force-warn´
//~? ERROR `warnings` lint group is not supported with ´--force-warn´