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-5521.rs
blob: c2f81779b359d84e91b0fb306817ff4464007147 (
plain
)
1
2
3
use
std
::
collections
::
HashMap
;
pub
type
map
=
Box
<
HashMap
<
usize
,
usize
>>
;