summaryrefslogtreecommitdiffstats
path: root/src/test/ui/imports/issue-28388-1.rs
blob: 14de621405dfe93382113ba796c1a219f1a5d0ae (plain)
1
2
3
4
5
// Prefix in imports with empty braces should be resolved and checked privacy, stability, etc.

use foo::{}; //~ ERROR unresolved import `foo`

fn main() {}