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
1bc06bc59b
rust
/
src
/
test
/
run-pass
/
str-idx.rs
8 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
Populate tree.
2010-06-23 23:03:09 -05:00
fn
main
(
)
{
auto
s
=
"
hello
"
;
let
u8
c
=
s
.
(
4
)
;
log
c
;
Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM.
2010-07-26 17:20:13 -05:00
check
(
c
=
=
(
0x6f
as
u8
)
)
;
Populate tree.
2010-06-23 23:03:09 -05:00
}
Reference in New Issue
Copy Permalink