Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
svh
/
auxiliary
/
changing-crates-b.rs
blob: f9ce29e4c4cab9b73dec53427c4ed218085a947d [
file
] [
log
] [
blame
]
#![
crate_name
=
"b"
]
extern
crate a
;
pub
fn
foo
()
{
a
::
foo
::<
isize
>();
}