rollup merge of #17314 : eddyb/span-no-gc
This commit is contained in:
commit
b94075c9ce
21 changed files with 145 additions and 134 deletions
|
|
@ -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(),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue