Add Span to ast::WhereClause

This commit is contained in:
topecongiro 2017-07-27 13:37:35 +09:00
parent 4a42ff4823
commit 6375b77ebb
6 changed files with 13 additions and 2 deletions

View file

@ -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,
},