index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
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
;