]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/issue-1697.rs
Rollup merge of #106958 - jyn514:labels, r=m-ou-se
[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() {}