rust/src/test/compile-fail/issue-1697.rs
2012-07-09 10:27:13 -07:00

9 lines
195 B
Rust

// xfail-test
// Testing that we don't fail abnormally after hitting the errors
import unresolved::*; //~ ERROR unresolved modulename
//~^ ERROR unresolved does not name a module
fn main() {
}