Skip to content

Commit d5e3274

Browse files
Keegan McAllisteralexcrichton
authored andcommitted
---
yaml --- r: 118983 b: refs/heads/master c: 5ccf056 h: refs/heads/master i: 118981: 2d5e107 118979: 7e446a5 118975: a5aee65 v: v3
1 parent da6944a commit d5e3274

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 26b2fa052fd25483c73709981deaa78f60cc6ac4
2+
refs/heads/master: 5ccf056a024b0769d7adc22f57eda8d75ae07a58
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 71fe44def9676d519f5ce5d7304e581a42cf2c70
55
refs/heads/try: 1813e5aa1a03b0596b8de7abd1af31edf5d6098f

trunk/src/libsyntax/parse/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2721,7 +2721,7 @@ impl<'a> Parser<'a> {
27212721
}
27222722

27232723
// parse an expression, subject to the given restriction
2724-
fn parse_expr_res(&mut self, r: restriction) -> Gc<Expr> {
2724+
pub fn parse_expr_res(&mut self, r: restriction) -> Gc<Expr> {
27252725
let old = self.restriction;
27262726
self.restriction = r;
27272727
let e = self.parse_assign_expr();

0 commit comments

Comments
 (0)