about summary refs log tree commit diff
path: root/src/libcore/uint-template.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-12-17 16:26:44 -0800
committerBrian Anderson <banderson@mozilla.com>2012-12-17 16:26:44 -0800
commit68998724c6f3ece600aa881d74c1ed1fa0410a7b (patch)
treeadd90449df756372b4c5acaf85634aedc603f135 /src/libcore/uint-template.rs
parentd6d12d90ff5363f59f1a1bf67f999a5d7944abb1 (diff)
Revert "Register snapshots"
This reverts commit d6d12d90ff5363f59f1a1bf67f999a5d7944abb1.
Diffstat (limited to 'src/libcore/uint-template.rs')
-rw-r--r--src/libcore/uint-template.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libcore/uint-template.rs b/src/libcore/uint-template.rs
index da0c92021a4..17a2b02647e 100644
--- a/src/libcore/uint-template.rs
+++ b/src/libcore/uint-template.rs
@@ -12,6 +12,10 @@
 #[forbid(deprecated_mode)];
 #[forbid(deprecated_pattern)];
 
+#[cfg(stage0)]
+use T = inst::T;
+#[cfg(stage1)]
+#[cfg(stage2)]
 use T = self::inst::T;
 
 use cmp::{Eq, Ord};