Sign in
rust
/
rust
/
ce46df2fca06b65e213f10054965ccbde13dc6df
/
.
/
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
()
{
}