]> git.lizzy.rs Git - rust.git/blob - tests/ui/did_you_mean/issue-38054-do-not-show-unresolved-names.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / ui / did_you_mean / issue-38054-do-not-show-unresolved-names.rs
1 use Foo; //~ ERROR unresolved
2
3 use Foo1; //~ ERROR unresolved
4
5 fn main() {}