Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
enum E {
V([Box<E>]),
//~^ ERROR the size for values of type
}
fn main() {}