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