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

8 lines
163 B
Rust
Raw Normal View History

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