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
|
|
@ -6,13 +6,13 @@ import rustc::syntax::parse::parser;
|
|||
import std::fs;
|
||||
import std::generic_os;
|
||||
import std::io;
|
||||
import std::option;
|
||||
import std::option::{none, some};
|
||||
import option;
|
||||
import option::{none, some};
|
||||
import std::os;
|
||||
import std::run;
|
||||
import std::str;
|
||||
import str;
|
||||
import std::tempfile;
|
||||
import std::vec;
|
||||
import vec;
|
||||
|
||||
type cargo = {
|
||||
root: str,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue