]> git.lizzy.rs Git - rust.git/blob - tests/ui/did_you_mean/issue-38054-do-not-show-unresolved-names.rs
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[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() {}