From f8a180b36ed4d048dbbb88037c3f35afab6b64ff Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Fri, 26 Sep 2014 19:54:27 -0700 Subject: Rename raw::Box to raw::GcBox Fixes #17470. --- src/liballoc/util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liballoc') diff --git a/src/liballoc/util.rs b/src/liballoc/util.rs index 7e35af79eab..d5f0d25fb01 100644 --- a/src/liballoc/util.rs +++ b/src/liballoc/util.rs @@ -16,7 +16,7 @@ use core::raw; #[inline] #[deprecated] pub fn get_box_size(body_size: uint, body_align: uint) -> uint { - let header_size = mem::size_of::>(); + let header_size = mem::size_of::>(); let total_size = align_to(header_size, body_align) + body_size; total_size } -- cgit 1.4.1-3-g733a5