]> git.lizzy.rs Git - rust.git/blob - src/test/ui/imports/issue-1697.rs
Rollup merge of #99578 - steffahn:remove_redundant_bound, r=thomcc
[rust.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() {}