rust/src/test/compile-fail/issue-1697.rs

9 lines
192 B
Rust
Raw Normal View History

// xfail-test
2012-02-22 21:14:27 -08:00
// Testing that we don't fail abnormally after hitting the errors
2012-09-05 12:32:05 -07:00
use unresolved::*; //~ ERROR unresolved modulename
//~^ ERROR unresolved does not name a module
2012-02-22 21:14:27 -08:00
fn main() {
}