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
|
|
@ -1,11 +1,11 @@
|
|||
// -*- rust -*-
|
||||
|
||||
use std;
|
||||
import std::comm;
|
||||
import std::comm::send;
|
||||
import std::comm::chan;
|
||||
import std::comm::recv;
|
||||
import std::task;
|
||||
import comm;
|
||||
import comm::send;
|
||||
import comm::chan;
|
||||
import comm::recv;
|
||||
import task;
|
||||
|
||||
fn a(c: chan<int>) {
|
||||
if true {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue