auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw
This commit is contained in:
commit
f297366593
52 changed files with 11 additions and 724 deletions
|
|
@ -61,11 +61,6 @@ impl TyVisitor for MyVisitor {
|
|||
fn visit_char(&mut self) -> bool { true }
|
||||
|
||||
fn visit_estr_slice(&mut self) -> bool { true }
|
||||
// NOTE: remove after snapshot
|
||||
#[cfg(stage0)]
|
||||
fn visit_estr_fixed(&mut self,
|
||||
_sz: uint, _sz2: uint,
|
||||
_align: uint) -> bool { true }
|
||||
|
||||
fn visit_box(&mut self, _mtbl: uint, _inner: *const TyDesc) -> bool { true }
|
||||
fn visit_uniq(&mut self, _mtbl: uint, _inner: *const TyDesc) -> bool { true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue