rust/tests/ui/did_you_mean/issue-38054-do-not-show-unresolved-names.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
76 B
Rust
Raw Normal View History

2017-11-20 12:13:27 +00:00
use Foo; //~ ERROR unresolved
2017-11-20 12:13:27 +00:00
use Foo1; //~ ERROR unresolved
fn main() {}