libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra
This commit is contained in:
parent
ebfc2b8e56
commit
f3723cf7c4
231 changed files with 545 additions and 32 deletions
|
@ -9,6 +9,9 @@
|
|||
// except according to those terms.
|
||||
|
||||
// Earley-like parser for macros.
|
||||
|
||||
use core::prelude::*;
|
||||
|
||||
use ast;
|
||||
use ast::{matcher, match_tok, match_seq, match_nonterminal, ident};
|
||||
use codemap::{BytePos, mk_sp};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue