1 2 3 4 5 6 7 8 9
struct Foo { x: isize } impl Fo { //~ ERROR cannot find type `Fo` in this scope fn foo() {} } fn main() {}