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