index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
structs-enums
/
auxiliary
/
xcrate_struct_aliases.rs
blob: bc8879aa37e0b66ffdb786b43ceb00a9bfa45f9c (
plain
)
1
2
3
4
5
6
pub
struct
S
{
pub
x
:
isize
,
pub
y
:
isize
,
}
pub
type
S2
=
S
;