diff options
| author | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2016-06-24 11:39:18 +0000 |
|---|---|---|
| committer | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2016-06-24 11:39:54 +0000 |
| commit | 8cad25199acb346bf8d6b1771f1f50dc9e59374c (patch) | |
| tree | 05c78313a622f37969dc55738a241557342dce46 /src/libsyntax/parse | |
| parent | 060a84d1f7fee5585aa6ebc50c74b0b35f2c0283 (diff) | |
| download | rust-8cad25199acb346bf8d6b1771f1f50dc9e59374c.tar.gz rust-8cad25199acb346bf8d6b1771f1f50dc9e59374c.zip | |
Add `ecx.stmt_semi()` and fix issues with the pretty-printer
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/mod.rs b/src/libsyntax/parse/mod.rs index 2e4d46bc983..f79d6e8421a 100644 --- a/src/libsyntax/parse/mod.rs +++ b/src/libsyntax/parse/mod.rs @@ -953,7 +953,6 @@ mod tests { attrs: None,}), ast::DUMMY_NODE_ID), span: sp(17,19)}), - expr: None, id: ast::DUMMY_NODE_ID, rules: ast::BlockCheckMode::Default, // no idea span: sp(15,21), |
