rust/tests/ui/issues/issue-35988.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
85 B
Rust
Raw Normal View History

enum E {
V([Box<E>]),
2018-07-11 05:10:13 +08:00
//~^ ERROR the size for values of type
}
fn main() {}