mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 13:08:13 +00:00
9 lines
309 B
Rust
9 lines
309 B
Rust
// --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´
|