Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
incremental
/
span_hash_stable
/
auxiliary
/
sub1.rs
blob: 70e2ea06b7ec4b4d0fb1ba06acba9fd4185fca5d [
file
] [
log
] [
blame
]
#[
rustc_clean
(
cfg
=
"rpass2"
)]
pub
struct
SomeType
{
pub
x
:
u32
,
pub
y
:
i64
,
}