Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
unused-crate-deps
/
auxiliary
/
foo.rs
blob: 0ef03eb9edf0f9444030eef105d1697712672817 [
file
] [
log
] [
blame
]
// edition:2018
// aux-crate:bar=bar.rs
pub
const
FOO
:
&
str
=
"foo"
;
pub
use
bar
::
BAR
;