This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
68b4688875
rust
/
src
/
test
/
compile-fail
/
move-not-variable.rs
Michael Sullivan
68b4688875
Add some simple tests for move.
2011-05-31 17:39:14 -07:00
4 lines
38 B
Rust
Raw
Blame
History
fn
main
(
)
{
auto
x
;
x
<
-
5
;
}
Reference in a new issue
View git blame
Copy permalink