File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/src/libsyntax/parse Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 26b2fa052fd25483c73709981deaa78f60cc6ac4
2
+ refs/heads/master: 5ccf056a024b0769d7adc22f57eda8d75ae07a58
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 71fe44def9676d519f5ce5d7304e581a42cf2c70
5
5
refs/heads/try: 1813e5aa1a03b0596b8de7abd1af31edf5d6098f
Original file line number Diff line number Diff line change @@ -2721,7 +2721,7 @@ impl<'a> Parser<'a> {
2721
2721
}
2722
2722
2723
2723
// 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 > {
2725
2725
let old = self . restriction ;
2726
2726
self . restriction = r;
2727
2727
let e = self . parse_assign_expr ( ) ;
You can’t perform that action at this time.
0 commit comments