summary refs log tree commit diff
path: root/src/test/run-pass/issue-1821.rs
blob: 9bb5ed0c2ef658650a8e42bf52e6a2bafa223334 (plain)
1
2
3
4
5
// Issue #1821 - Don't recurse trying to typecheck this
enum t {
    foo([t])
}
fn main() {}