Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct Foo {
x: isize
}
impl Fo { //~ ERROR cannot find type `Fo` in this scope
fn foo() {}
fn main() {}