Copy first batch of material from libstd to libcore.
This commit is contained in:
parent
32087f5c2a
commit
fa9ad984fb
325 changed files with 5579 additions and 720 deletions
|
|
@ -30,5 +30,5 @@ resource and_then_get_big_again(_i: @int) {
|
|||
|
||||
fn main() {
|
||||
rustrt::set_min_stack(1024u);
|
||||
std::task::spawn(400, getbig_and_fail);
|
||||
task::spawn(400, getbig_and_fail);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue