Sign in
fuchsia
/
third_party
/
rust
/
0.8
/
.
/
src
/
test
/
pretty
/
empty-impl.pp
blob: 685cdcdaeade0b06c9761be62892111a9e24e54e [
file
]
trait X
{
}
impl X
for
uint
{
}
trait Y
{
}
impl Y
for
uint
{
}