remove headers from exchange allocations

This commit is contained in:
Daniel Micay 2013-07-02 19:51:39 -04:00
parent 0aedecf96b
commit 90f1db10fa
16 changed files with 165 additions and 75 deletions

View file

@ -91,6 +91,7 @@ pub trait TyVisitor {
fn visit_box(&self, mtbl: uint, inner: *TyDesc) -> bool;
fn visit_uniq(&self, mtbl: uint, inner: *TyDesc) -> bool;
fn visit_uniq_managed(&self, mtbl: uint, inner: *TyDesc) -> bool;
fn visit_ptr(&self, mtbl: uint, inner: *TyDesc) -> bool;
fn visit_rptr(&self, mtbl: uint, inner: *TyDesc) -> bool;