rust/src/test/run-pass/issue-1821.rs

5 lines
93 B
Rust

// Issue #1821 - Don't recurse trying to typecheck this
enum t {
foo(~[t])
}
fn main() {}