Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-unqualified-local-imports.rs
blob: 29929e40f89bc25793ce6f84214ad8ceca225218 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
#![
allow
(
unqualified_local_imports
)]
//~^ WARNING unknown lint: `unqualified_local_imports`
fn
main
()
{}