libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra

This commit is contained in:
Patrick Walton
2013-05-17 15:28:44 -07:00
parent ebfc2b8e56
commit f3723cf7c4
231 changed files with 545 additions and 32 deletions

View File

@@ -13,6 +13,9 @@
// To start with, it will be use dummy spans, but it might someday do
// something smarter.
use core::prelude::*;
use abi::AbiSet;
use ast::ident;
use ast;
use codemap::span;