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