Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
privacy
/
pub-priv-dep
/
auxiliary
/
foo.rs
blob: 6fd950619e6d810015c7fb2cdf5681d65481977e [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"rlib"
]
pub
struct
Foo
(
pub
i32
);