Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
structs-enums
/
auxiliary
/
xcrate_struct_aliases.rs
blob: bc8879aa37e0b66ffdb786b43ceb00a9bfa45f9c [
file
] [
log
] [
blame
]
pub
struct
S
{
pub
x
:
isize
,
pub
y
:
isize
,
}
pub
type
S2
=
S
;