Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
enum SomeEnum {
E
}
fn main() {
E { name: "foobar" }; //~ ERROR cannot find struct, variant or union type `E`