We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb8daf commit 9b011d9Copy full SHA for 9b011d9
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 99a48660d1a9c124e7b2f738c51641dddf1adf6f
+refs/heads/master: ae23ee28e2c7c107a1996a47de552bc729e585a0
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/test/compile-fail/issue-1697.rs
@@ -0,0 +1,7 @@
+// Testing that we don't fail abnormally after hitting the errors
+
+import unresolved::*; //! ERROR unresolved modulename
+//!^ ERROR unresolved does not name a module
6
+fn main() {
7
+}
0 commit comments