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
12c32e944d
rust
/
src
/
test
/
run-pass
/
estr-shared.rs
5 lines
57 B
Rust
Raw
Normal View
History
Unescape
Escape
Add some xfailed estr tests.
2012-04-03 20:11:59 -05:00
// xfail-test
fn
main
(
)
{
Move the world over to using the new style string literals and types. Closes #2907.
2012-07-14 00:57:48 -05:00
let
x
:
@
str
=
@
"
hello
"
;
Add some xfailed estr tests.
2012-04-03 20:11:59 -05:00
}
Reference in New Issue
Copy Permalink