This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
3b61064631
rust
/
src
/
test
/
run-pass
/
if-bot.rs
4 lines
66 B
Rust
Raw
Normal View
History
Unescape
Escape
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 11:19:50 -07:00
Reformat This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-19 15:16:48 -07:00
fn
main
(
)
{
let
i
:
int
=
if
false
{
fail
}
else
{
5
}
;
log
i
;
}
Reference in a new issue
Copy permalink