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