]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/issue-1697.rs
Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor
[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() {}