Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
e42a4ca53b274dbfd94ea8f712dd9715d2e8fea5
/
.
/
tests
/
ui
/
error-codes
/
E0390.rs
blob: 507483dec2ee263c1b99c3ecda0946131774b5b4 [
file
]
struct
Foo
{
x
:
i32
}
impl
*
mut
Foo
{}
//~ ERROR E0390
impl
fn
(
Foo
)
{}
//~ ERROR E0390
fn
main
()
{
}