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-20389.rs
blob: ae6d44eeb7703ffa72640d6883a75177cb1ad53b (
plain
)
1
2
3
4
pub
trait
T
{
type
C
;
fn
dummy
(
&
self
)
{
}
}