diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2015-12-10 23:23:14 +0900 |
|---|---|---|
| committer | Seo Sanghyeon <sanxiyn@gmail.com> | 2015-12-15 15:04:46 +0900 |
| commit | f9ba1078245bc2c023f51d2a63e0ca84863600e7 (patch) | |
| tree | d30ec5a73269a4746e16b561ff54410df808a4dd /src/libsyntax/lib.rs | |
| parent | 8f031bf96205ed4cb990c2c7aded84d5ac079254 (diff) | |
| download | rust-f9ba1078245bc2c023f51d2a63e0ca84863600e7.tar.gz rust-f9ba1078245bc2c023f51d2a63e0ca84863600e7.zip | |
Move built-in syntax extensions to a separate crate
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 4498120a78f..73d7025b4f1 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -37,7 +37,6 @@ #![feature(str_escape)] #![feature(unicode)] -extern crate fmt_macros; extern crate serialize; extern crate term; extern crate libc; @@ -110,21 +109,12 @@ pub mod print { } pub mod ext { - pub mod asm; pub mod base; pub mod build; - pub mod cfg; - pub mod concat; - pub mod concat_idents; - pub mod deriving; - pub mod env; pub mod expand; - pub mod format; - pub mod log_syntax; pub mod mtwt; pub mod quote; pub mod source_util; - pub mod trace_macros; pub mod tt { pub mod transcribe; |
