Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
lib-trait-for-trait-no-ice
/
foo.rs
blob: 54daec8dd1ead659507fd4c7b5ac3cca48006519 [
file
] [
log
] [
blame
] [
edit
]
trait
Foo
{}
trait
Bar
{}
impl
<
'a> Foo for Bar + '
a
{}