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
a7a42c24be
rust
/
src
/
test
/
run-pass
/
arith-0.rs
5 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
Updated/added test cases.
2010-08-09 08:53:37 -05:00
fn
main
(
)
->
(
)
{
let
int
a
=
10
;
log
a
;
Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. This reverts commit d08b443fffb1181d8d45ae5d061412f202dd4118.
2011-05-02 19:47:24 -05:00
assert
(
a
*
(
a
-
1
)
=
=
90
)
;
Updated/added test cases.
2010-08-09 08:53:37 -05:00
}
Reference in New Issue
Copy Permalink