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
|
|
@ -3,8 +3,8 @@ import syntax::{ast, codemap};
|
|||
import syntax::ast::node_id;
|
||||
import codemap::span;
|
||||
import syntax::ast::{int_ty, uint_ty, float_ty};
|
||||
import std::{option};
|
||||
import std::option::{some, none};
|
||||
import option;
|
||||
import option::{some, none};
|
||||
import syntax::parse::parser::parse_sess;
|
||||
import util::filesearch;
|
||||
import back::target_strs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue