Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
span
/
E0072.rs
blob: bc284cdcb47080934880c273b1c1953cad2982ec [
file
] [
log
] [
blame
]
struct
ListNode
{
//~ ERROR has infinite size
head
:
u8
,
tail
:
Option
<
ListNode
>,
}
fn
main
()
{
}