Skip to content

Commit ae23ee2

Browse files
committed
test: Add a test for #1697
1 parent 99a4866 commit ae23ee2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Testing that we don't fail abnormally after hitting the errors
2+
3+
import unresolved::*; //! ERROR unresolved modulename
4+
//!^ ERROR unresolved does not name a module
5+
6+
fn main() {
7+
}

0 commit comments

Comments
 (0)