Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
ui
/
error-codes
/
E0405.rs
blob: f03c4e19b09faf13936ccf3caf966a557f86086a [
file
] [
log
] [
blame
]
struct
Foo
;
impl
SomeTrait
for
Foo
{}
//~ ERROR E0405
fn
main
()
{
}