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
/
src
/
test
/
ui
/
issues
/
auxiliary
/
issue-5518.rs
blob: bfe96552a5c92fc37ae9032b295bbe3b3fa9c3fa (
plain
)
1
2
3
4
trait
A
<'
a
,
T
>
{
fn
f
(
&
mut
self
)
->
&
'
a
mut
T
;
fn
p
()
->
T
;
}