about summary refs log tree commit diff
path: root/src/libcore/int-template/i64.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/int-template/i64.rs')
-rw-r--r--src/libcore/int-template/i64.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libcore/int-template/i64.rs b/src/libcore/int-template/i64.rs
index c6ed97e8162..86552b2cced 100644
--- a/src/libcore/int-template/i64.rs
+++ b/src/libcore/int-template/i64.rs
@@ -1,2 +1,4 @@
-pub type T = i64;
-pub const bits: uint = u64::bits;
\ No newline at end of file
+mod inst {
+    pub type T = i64;
+    pub const bits: uint = u64::bits;
+}
\ No newline at end of file