rust/tests/ui/feature-gates/feature-gate-unqualified-local-imports.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
122 B
Rust
Raw Normal View History

2024-05-28 08:53:08 +02:00
//@ check-pass
#![allow(unqualified_local_imports)]
//~^ WARNING unknown lint: `unqualified_local_imports`
fn main() {}