summaryrefslogtreecommitdiffstats
path: root/src/test/ui/did_you_mean/issue-38054-do-not-show-unresolved-names.rs
blob: a1ef68ecfe213232867eccdf7a568e3c5c22bb16 (plain)
1
2
3
4
5
use Foo; //~ ERROR unresolved

use Foo1; //~ ERROR unresolved

fn main() {}