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 e7024e9 commit f3dba33Copy full SHA for f3dba33
src/test/run-pass/issue-1821.rs
@@ -0,0 +1,5 @@
1
+// Issue #1821 - Don't recurse trying to typecheck this
2
+enum t {
3
+ foo([t])
4
+}
5
+fn main() {}
0 commit comments