summary refs log tree commit diff
path: root/src/test/compile-fail/issue-1697.rs
blob: 0f228519a38d99fbb6350461657c51c00ba513ef (plain)
1
2
3
4
5
6
7
8
// xfail-test
// Testing that we don't fail abnormally after hitting the errors

use unresolved::*; //~ ERROR unresolved modulename
//~^ ERROR unresolved does not name a module

fn main() {
}