build: Introduce rustsyntax crate

This commit is contained in:
Brian Anderson
2012-03-22 15:27:35 -07:00
parent c7082ce8e8
commit a0ed1fb20b
8 changed files with 42 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ use std (name = "std",
vers = "0.2",
url = "https://github.com/mozilla/rust/tree/master/src/libstd");
use rustsyntax;
mod middle {
mod trans {
mod common;