Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// It should just use the entire body instead of pointing at the next two lines
struct //~ ERROR has infinite size
ListNode
{
head: u8,
tail: Option<ListNode>,
}
fn main() {