Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
coherence
/
auxiliary
/
trait-with-assoc-ty.rs
blob: d49538de580dd84c418d66ee7bcdef54a262a29a [
file
] [
log
] [
blame
] [
edit
]
pub
trait
Trait
{
type
Assoc
;
}