Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
svh
/
auxiliary
/
changing-crates-b.rs
blob: f9ce29e4c4cab9b73dec53427c4ed218085a947d [
file
] [
log
] [
blame
] [
edit
]
#![
crate_name
=
"b"
]
extern
crate a
;
pub
fn
foo
()
{
a
::
foo
::<
isize
>();
}