rollup merge of #17314 : eddyb/span-no-gc

This commit is contained in:
Alex Crichton
2014-09-19 10:00:21 -07:00
21 changed files with 145 additions and 134 deletions

View File

@@ -1370,7 +1370,7 @@ mod test {
inner: Span {
lo: BytePos(11),
hi: BytePos(19),
expn_info: None,
expn_id: NO_EXPANSION,
},
view_items: Vec::new(),
items: Vec::new(),
@@ -1380,7 +1380,7 @@ mod test {
span: Span {
lo: BytePos(10),
hi: BytePos(20),
expn_info: None,
expn_id: NO_EXPANSION,
},
exported_macros: Vec::new(),
};