For example, compiling ``` rust enum Expr { Plus(Expr, Expr), Literal(i64), } ``` with `rustc` causes the error message `fatal runtime error: out of memory` Single occurrences seem to work fine.