Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
error-codes
/
E0405.rs
blob: f03c4e19b09faf13936ccf3caf966a557f86086a [
file
] [
log
] [
blame
] [
edit
]
struct
Foo
;
impl
SomeTrait
for
Foo
{}
//~ ERROR E0405
fn
main
()
{
}