Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
issues
/
issue-7607-1.rs
blob: 5221f2c529bc691928dbde0d7967d54195b493e6 [
file
] [
log
] [
blame
]
struct
Foo
{
x
:
isize
}
impl
Fo
{
//~ ERROR cannot find type `Fo` in this scope
fn
foo
()
{}
}
fn
main
()
{}