Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
run-make
/
lib-trait-for-trait-no-ice
/
foo.rs
blob: 54daec8dd1ead659507fd4c7b5ac3cca48006519 [
file
] [
log
] [
blame
]
trait
Foo
{}
trait
Bar
{}
impl
<
'a> Foo for Bar + '
a
{}