Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
error-codes
/
E0390.rs
blob: 507483dec2ee263c1b99c3ecda0946131774b5b4 [
file
] [
log
] [
blame
] [
edit
]
struct
Foo
{
x
:
i32
}
impl
*
mut
Foo
{}
//~ ERROR E0390
impl
fn
(
Foo
)
{}
//~ ERROR E0390
fn
main
()
{
}