We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a4866 commit ae23ee2Copy full SHA for ae23ee2
src/test/compile-fail/issue-1697.rs
@@ -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