5 lines
89 B
Rust
5 lines
89 B
Rust
//@ compile-flags: --cap-lints test
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR unknown lint level: `test`
|