From fa9ad984fb2f013baebdbe01a42baa3b9101dd84 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 13 Dec 2011 16:25:51 -0800 Subject: Copy first batch of material from libstd to libcore. --- src/comp/syntax/parse/parser.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/comp/syntax/parse/parser.rs') diff --git a/src/comp/syntax/parse/parser.rs b/src/comp/syntax/parse/parser.rs index 7b8bd726eed..7ff08181e1a 100644 --- a/src/comp/syntax/parse/parser.rs +++ b/src/comp/syntax/parse/parser.rs @@ -1,7 +1,8 @@ -import std::{io, vec, str, option, either, result, fs}; -import std::option::{some, none}; -import std::either::{left, right}; +import core::{vec, str, option, either, result}; +import std::{io, fs}; +import option::{some, none}; +import either::{left, right}; import std::map::{hashmap, new_str_hash}; import token::can_begin_expr; import codemap::span; -- cgit 1.4.1-3-g733a5