Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct Foo(u32);
fn test() -> Foo { Foo } //~ ERROR mismatched types
fn main() {}