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
/
rustdoc
/
auxiliary
/
issue-28927-1.rs
blob: 688c73428ddaa39b71c545eb87479a0fb1976ccc (
plain
)
1
2
3
4
mod
detail
{
pub
extern
crate
issue_28927_2
as
inner2
;
}
pub
use
detail
::
inner2
as
bar
;