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

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

fn main() {
}