Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
tests
/
rustdoc-ui
/
infinite-recursive-type.rs
blob: 32793fc4f76c05c6236611db6ba3cf829ae37611 [
file
] [
log
] [
blame
]
enum
E
{
//~^ ERROR recursive type `E` has infinite size
V
(
E
),
}