about summary refs log tree commit diff
path: root/src/libcore/rt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/rt.rs')
-rw-r--r--src/libcore/rt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/rt.rs b/src/libcore/rt.rs
index 5d0bad3ceb3..a4f90e37683 100644
--- a/src/libcore/rt.rs
+++ b/src/libcore/rt.rs
@@ -15,7 +15,7 @@ use libc::{c_char, c_uchar, c_void, size_t, uintptr_t, c_int};
 use managed::raw::BoxRepr;
 use str;
 use sys;
-use private::exchange_alloc;
+use unstable::exchange_alloc;
 use cast::transmute;
 
 use gc::{cleanup_stack_for_failure, gc, Word};