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]
|
2024-11-18 03:42:16 +00:00
|
|
|
//~| NOTE use of unresolved module or unlinked crate `unresolved`
|
|
|
|
|
//~| HELP you might be missing a crate named `unresolved`
|
2012-02-22 21:14:27 -08:00
|
|
|
|
2014-06-05 22:37:52 +01:00
|
|
|
fn main() {}
|