2012-02-22 21:14:27 -08:00
|
|
|
// Testing that we don't fail abnormally after hitting the errors
|
|
|
|
|
2024-07-23 19:43:46 +00:00
|
|
|
use unresolved::*;
|
|
|
|
//~^ ERROR unresolved import `unresolved` [E0432]
|
|
|
|
//~| NOTE you might be missing crate `unresolved`
|
2024-07-24 19:31:02 +00:00
|
|
|
//~| HELP consider importing the `unresolved` crate
|
2012-02-22 21:14:27 -08:00
|
|
|
|
2014-06-05 22:37:52 +01:00
|
|
|
fn main() {}
|