Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
privacy
/
pub-priv-dep
/
auxiliary
/
bar.rs
blob: 58297c926932ba73247aad4cd42816b8f1dc3b1b [
file
] [
log
] [
blame
] [
edit
]
//@ aux-crate:priv:foo=foo.rs
//@ compile-flags: -Zunstable-options
#![
crate_type
=
"rlib"
]
extern
crate foo
;
pub
struct
Bar
(
pub
i32
);