Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
coherence
/
auxiliary
/
trait-with-assoc-ty.rs
blob: d49538de580dd84c418d66ee7bcdef54a262a29a [
file
] [
log
] [
blame
]
pub
trait
Trait
{
type
Assoc
;
}