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
1a8a0a77b1
rust
/
src
/
test
/
run-pass
/
long-while.rs
4 lines
77 B
Rust
Raw
Normal View
History
Unescape
Escape
Add long-while.rs to check on frame growth.
2011-03-28 20:06:43 -05:00
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 13:19:50 -05:00
make --enforce-mut-vars always on, add mut annotations to remaining files
2012-03-22 10:39:41 -05:00
fn
main
(
)
{
let
mut
i
:
int
=
0
;
while
i
<
1000000
{
i
+
=
1
;
let
x
=
3
;
}
}
Reference in New Issue
Copy Permalink