]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-1697.rs
Use `summary_opts()` in another spot
[rust.git] / src / test / ui / issues / 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() {}