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: b1ae7907d2e96dd6d2f15cc295e7b241dd4fa350 (
plain
) (
blame
)
1
2
3
4
impure
fn
main
()
{
let
tup
(
mutable
@
int
)
i
=
tup
(
mutable
@
10
);
i
.
_0
=
@
11
;
}