mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
9 lines
117 B
Rust
9 lines
117 B
Rust
struct Foo {
|
|
x: isize
|
|
}
|
|
|
|
impl Fo { //~ ERROR cannot find type `Fo` in this scope
|
|
fn foo() {}
|
|
}
|
|
|
|
fn main() {}
|