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