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 6690516 commit 1dbe113Copy full SHA for 1dbe113
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 5e60facf781efa666bc93a4493d659112c01f2b1
+refs/heads/master: 664d9cc86fe4e2eb24e85677c27b576fbcfc316b
trunk/src/test/compile-fail/issue-1362.rs
@@ -0,0 +1,8 @@
+// Regression test for issue #1362
+// (without out that fix the location will be bogus)
3
+fn main() {
4
+ let x: uint = 20; //! ERROR mismatched types
5
+}
6
+// NOTE: Do not add any extra lines as the line number the error is
7
+// on is significant; an error later in the source file might not
8
+// trigger the bug.
0 commit comments