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
8d381823e2
rust
/
src
/
test
/
run-pass
/
uint.rs
7 lines
59 B
Rust
Raw
Normal View
History
Unescape
Escape
Populate tree.
2010-06-23 23:03:09 -05:00
// -*- rust -*-
fn
main
(
)
{
Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM.
2010-07-26 17:20:13 -05:00
let
uint
x
=
10
as
uint
;
Populate tree.
2010-06-23 23:03:09 -05:00
}
Reference in New Issue
Copy Permalink