diff options
Diffstat (limited to 'src/libcore/managed.rs')
| -rw-r--r-- | src/libcore/managed.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libcore/managed.rs b/src/libcore/managed.rs index 4eda5e7b5e8..4de9f32e732 100644 --- a/src/libcore/managed.rs +++ b/src/libcore/managed.rs @@ -15,13 +15,12 @@ use ptr; #[cfg(notest)] use cmp::{Eq, Ord}; pub mod raw { + use intrinsic::TyDesc; pub static RC_EXCHANGE_UNIQUE : uint = (-1) as uint; pub static RC_MANAGED_UNIQUE : uint = (-2) as uint; pub static RC_IMMORTAL : uint = 0x77777777; - use intrinsic::TyDesc; - pub struct BoxHeaderRepr { ref_count: uint, type_desc: *TyDesc, |
