2012-02-22 21:14:27 -08:00
|
|
|
// Testing that we don't fail abnormally after hitting the errors
|
|
|
|
|
2012-11-15 14:36:38 -08:00
|
|
|
use unresolved::*; //~ ERROR unresolved name
|
|
|
|
//~^ ERROR failed to resolve import
|
2012-02-22 21:14:27 -08:00
|
|
|
|
|
|
|
fn main() {
|
2012-07-06 19:06:58 -07:00
|
|
|
}
|