mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 15:58:10 +00:00
7 lines
196 B
Rust
7 lines
196 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() {}
|