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
/
svh
/
auxiliary
/
changing-crates-b.rs
blob: f9ce29e4c4cab9b73dec53427c4ed218085a947d (
plain
)
1
2
3
4
5
#![crate_name =
"b"
]
extern
crate
a
;
pub
fn
foo
()
{
a
::
foo
::
<
isize
>
();
}