Register snapshots.

This commit is contained in:
Eduard Burtescu 2014-11-01 19:51:16 +02:00
parent eca8f11315
commit 56dbf3d122
13 changed files with 18 additions and 352 deletions

View file

@ -24,9 +24,6 @@ use std::fmt::Show;
use std::rc::Rc;
use serialize::{Encodable, Decodable, Encoder, Decoder};
#[cfg(stage0)]
pub use self::TtToken as TTTok;
// FIXME #6993: in librustc, uses of "ident" should be replaced
// by just "Name".