Add Span to ast::WhereClause
This commit is contained in:
parent
4a42ff4823
commit
6375b77ebb
6 changed files with 13 additions and 2 deletions
|
@ -885,6 +885,7 @@ mod tests {
|
|||
where_clause: ast::WhereClause {
|
||||
id: ast::DUMMY_NODE_ID,
|
||||
predicates: Vec::new(),
|
||||
span: syntax_pos::DUMMY_SP,
|
||||
},
|
||||
span: syntax_pos::DUMMY_SP,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue