Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-35988.rs
blob: 5cf2f8e5212d13cf84961febf15e794475307919 [
file
] [
log
] [
blame
] [
edit
]
enum
E
{
V
([
Box
<
E
>]),
//~^ ERROR the size for values of type
}
fn
main
()
{}