Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
run-make-fulldeps
/
issue-18943
/
foo.rs
blob: 0b29c8712802d6faa3e1fea37067641c3946b3eb [
file
] [
log
] [
blame
]
trait
Foo
{
}
trait
Bar
{
}
impl
<
'a> Foo for Bar + '
a
{
}