1 2 3 4 5 6 7
struct ListNode { //~ ERROR has infinite size head: u8, tail: Option<ListNode>, } fn main() { }