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

9 lines
309 B
Rust
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// --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´