Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
structs-enums
/
auxiliary
/
xcrate_struct_aliases.rs
blob: bc8879aa37e0b66ffdb786b43ceb00a9bfa45f9c [
file
] [
log
] [
blame
] [
edit
]
pub
struct
S
{
pub
x
:
isize
,
pub
y
:
isize
,
}
pub
type
S2
=
S
;