Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
enum Foo {
Variant { x: usize }
}
fn main() {
let f = Foo::Variant(42);
//~^ ERROR expected value, found struct variant `Foo::Variant`