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

8 lines
163 B
Rust
Raw Normal View History

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