]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/issue-1697.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / 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() {}