summary refs log tree commit diff
path: root/src/libsyntax/parse/mod.rs
diff options
context:
space:
mode:
authortopecongiro <seuchida@gmail.com>2017-07-27 13:37:35 +0900
committertopecongiro <seuchida@gmail.com>2017-07-29 00:43:35 +0900
commit6375b77ebb640001e9d076eec8601d926d2543f7 (patch)
tree7d481a420e01fa0b6170635ca1c8a72fbaa91fdd /src/libsyntax/parse/mod.rs
parent4a42ff482367afa83b6cdb1fbfad2ee69f836f97 (diff)
downloadrust-6375b77ebb640001e9d076eec8601d926d2543f7.tar.gz
rust-6375b77ebb640001e9d076eec8601d926d2543f7.zip
Add Span to ast::WhereClause
Diffstat (limited to 'src/libsyntax/parse/mod.rs')
-rw-r--r--src/libsyntax/parse/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/parse/mod.rs b/src/libsyntax/parse/mod.rs
index bd9a621c00c..3c44ca7f332 100644
--- a/src/libsyntax/parse/mod.rs
+++ b/src/libsyntax/parse/mod.rs
@@ -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,
                                     },