mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 08:15:58 +00:00
8 lines
132 B
Rust
8 lines
132 B
Rust
//@ check-pass
|
|
|
|
#![warn(unknown_lints)]
|
|
#![allow(test_unstable_lint)]
|
|
//~^ WARNING unknown lint: `test_unstable_lint`
|
|
|
|
fn main() {}
|