Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
span
/
E0046.rs
blob: 9611098926880cf9bbae8f56281e0219a52a5f5d [
file
] [
log
] [
blame
] [
edit
]
trait
Foo
{
fn
foo
();
}
struct
Bar
;
impl
Foo
for
Bar
{}
//~^ ERROR E0046
fn
main
()
{
}