blob: 5cf2f8e5212d13cf84961febf15e794475307919 [file] [log] [blame]
enum E {
V([Box<E>]),
//~^ ERROR the size for values of type
}
fn main() {}