Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
incremental
/
remove-private-item-cross-crate
/
auxiliary
/
a.rs
blob: 279a6f078d11679e5d2fe0ff4a9f3c4b17023885 [
file
] [
log
] [
blame
]
#![
allow
(
warnings
)]
#![
crate_name
=
"a"
]
#![
crate_type
=
"rlib"
]
pub
fn
foo
(
b
:
u8
)
->
u32
{
b
as
u32
}
#[
cfg
(
rpass1
)]
fn
bar
()
{
}