]> git.proxmox.com Git - rustc.git/blob - src/test/ui/imports/issue-1697.rs
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / imports / issue-1697.rs
1 // Testing that we don't fail abnormally after hitting the errors
2
3 use unresolved::*; //~ ERROR unresolved import `unresolved` [E0432]
4 //~^ maybe a missing crate `unresolved`?
5
6 fn main() {}