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
8030757624
rust
/
src
/
test
/
run-pass
/
i32-sub.rs
9 lines
102 B
Rust
Raw
Normal View
History
Unescape
Escape
Populate tree.
2010-06-23 23:03:09 -05:00
// -*- rust -*-
fn
main
(
)
{
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closes #129.
2010-07-27 21:21:51 -05:00
let
i32
x
=
-
400_
i32
;
x
=
0_
i32
-
x
;
check
(
x
=
=
400_
i32
)
;
Populate tree.
2010-06-23 23:03:09 -05:00
}
Reference in New Issue
Copy Permalink