]> git.lizzy.rs Git - rust.git/blob - src/test/ui/did_you_mean/issue-38054-do-not-show-unresolved-names.rs
Remove "here" from "expected one of X here"
[rust.git] / src / test / 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() {}