This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
12c32e944d
rust
/
src
/
test
/
run-pass
/
unique-decl-move-temp.rs
4 lines
58 B
Rust
Raw
Normal View
History
Unescape
Escape
Add tests for moving unique boxes Issue #409
2011-09-22 17:43:08 -05:00
fn
main
(
)
{
Remove uses of binary move - <- - from tests and libraries
2012-10-23 13:11:23 -05:00
let
i
=
move
~
100
;
Add tests for moving unique boxes Issue #409
2011-09-22 17:43:08 -05:00
assert
*
i
=
=
100
;
}
Reference in New Issue
Copy Permalink