Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct ListNode { //~ ERROR has infinite size
head: u8,
tail: Option<ListNode>,
}
fn main() {