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
rust
/
src
/
test
/
run-pass
/
task-life-0.rs
10 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Porting a bunch of tests over.
2011-08-12 18:34:19 -07:00
use
std
;
Copy first batch of material from libstd to libcore.
2011-12-13 16:25:51 -08:00
import
task
;
port over the tests to use the new API
2012-01-04 21:14:53 -08:00
fn
main
(
)
{
task
::
spawn
{
|
|
child
(
"
Hello
"
)
;
}
;
}
Added test cases.
2010-08-11 15:05:33 -07:00
Remove temporary fn# syntax
2011-10-20 20:34:04 -07:00
fn
child
(
&
&
s
:
str
)
{
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
2011-07-13 15:44:09 -07:00
Porting a bunch of tests over.
2011-08-12 18:34:19 -07:00
}
Reference in New Issue
Copy Permalink