mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 08:18:44 +00:00
7 lines
200 B
Rust
7 lines
200 B
Rust
//@ check-pass
|
|
//@ compile-flags: -Wunknown_lints -Atest_unstable_lint
|
|
//@ error-pattern: unknown lint: `test_unstable_lint`
|
|
//@ error-pattern: the `test_unstable_lint` lint is unstable
|
|
|
|
fn main() {}
|