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
39151f2ad8
rust
/
src
/
test
/
run-pass
/
task-life-0.rs
9 lines
84 B
Rust
Raw
Normal View
History
Unescape
Escape
Switch xfail system to use comments embedded in source files.
2011-03-25 14:19:20 -05:00
// xfail-stage0
Added test cases.
2010-08-11 17:05:33 -05:00
fn
main
(
)
->
(
)
{
spawn
child
(
"
Hello
"
)
;
}
fn
child
(
str
s
)
{
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
2011-07-13 17:44:09 -05:00
Re-enabling some tests.
2011-06-28 16:21:31 -05:00
}
Reference in New Issue
Copy Permalink