index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
late-bound-lifetimes
/
auxiliary
/
upstream_alias.rs
blob: 5b9dc0e43087c1e8ec5f6e4894bf574406e649b3 (
plain
)
1
2
3
4
5
pub trait Trait<'a> { type Assoc; } pub type Alias<'a, T> = <T as Trait<'a>>::Assoc;