summary refs log tree commit diff
path: root/src/test/compile-fail/issue-1697.rs
blob: 6579cd507dd5cdb24165d94b04aede660fede52a (plain)
1
2
3
4
5
6
7
// 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() {
}