Refactored tokentrees into their own files in preparation for tokenstreams. Modified tests to point to the new file now.

This commit is contained in:
cgswords
2016-06-20 08:49:33 -07:00
committed by cgswords
parent 5522e678bc
commit d59accfb06
34 changed files with 342 additions and 287 deletions

View File

@@ -24,6 +24,7 @@ use attr::{ThinAttributes, ThinAttributesExt};
use codemap::{respan, Span, Spanned};
use parse::token::{self, keywords};
use ptr::P;
use tokenstream::*;
use util::small_vector::SmallVector;
use util::move_map::MoveMap;