mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 02:14:14 +00:00
7 lines
122 B
Rust
7 lines
122 B
Rust
//@ check-pass
|
|
|
|
#![allow(unqualified_local_imports)]
|
|
//~^ WARNING unknown lint: `unqualified_local_imports`
|
|
|
|
fn main() {}
|