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