Sign in
◑
Theme
rust
/
rust
/
09c03421162e1773f07394a74b4d8a4bdffe490d
/
.
/
src
/
test
/
pretty
/
empty-impl.pp
blob: 685cdcdaeade0b06c9761be62892111a9e24e54e [
file
]
trait X
{
}
impl X
for
uint
{
}
trait Y
{
}
impl Y
for
uint
{
}