Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
imports
/
issue-28388-1.rs
blob: 14de621405dfe93382113ba796c1a219f1a5d0ae [
file
] [
log
] [
blame
] [
edit
]
// Prefix in imports with empty braces should be resolved and checked privacy, stability, etc.
use
foo
::{};
//~ ERROR unresolved import `foo`
fn
main
()
{}