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

9 lines
195 B
Rust
Raw Normal View History

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