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