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 8e08780 commit 9c5cfe9Copy full SHA for 9c5cfe9
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: b62e80c1f022131da963da84ef6768f300c2c5c3
+refs/heads/master: c35bf9ca04c9cfb441646db00a8b826b274c0b25
trunk/src/test/compile-fail/occurs-check-3.rs
@@ -0,0 +1,4 @@
+// error-pattern:mismatched types
+// From Issue #778
3
+tag clam[T] { a(T); }
4
+fn main() { let c = a(c); alt c { a[int](_) { } } }
0 commit comments