Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mod foo {
struct Bar(u32);
pub fn bar() -> Bar { //~ ERROR E0446
Bar(0)
}
fn main() {}