index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
box-in-tup.rs
blob: 53f3dc0ffa23c7fdaae3b64b6150db67d4bb25fe (
plain
) (
blame
)
1
2
3
4
fn
main
()
{
let
tup
(
mutable
@
int
)
i
=
tup
(
mutable
@
10
);
i
.
_0
=
@
11
;
}