Register new snapshots

This commit is contained in:
Alex Crichton
2014-08-29 14:33:08 -07:00
parent 51d0d06410
commit d15d559739
52 changed files with 11 additions and 724 deletions

View File

@@ -51,12 +51,6 @@ pub struct Procedure {
///
/// This struct does not have a `Repr` implementation
/// because there is no way to refer to all trait objects generically.
#[cfg(stage0)]
pub struct TraitObject {
pub vtable: *mut (),
pub data: *mut (),
}
#[cfg(not(stage0))]
pub struct TraitObject {
pub data: *mut (),
pub vtable: *mut (),