rust/src/test/compile-fail/issue-1697.rs
2012-11-15 16:59:07 -08:00

8 lines
163 B
Rust

// Testing that we don't fail abnormally after hitting the errors
use unresolved::*; //~ ERROR unresolved name
//~^ ERROR failed to resolve import
fn main() {
}