Skip to content

Commit 8260e71

Browse files
committed
---
yaml --- r: 4211 b: refs/heads/master c: f0e29c9 h: refs/heads/master i: 4209: f10249d 4207: a2a1c53 v: v3
1 parent 241b8e3 commit 8260e71

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: c141718952a97fa89433d5ff7c5ee17eeebd0081
2+
refs/heads/master: f0e29c92aa55a40c8aff2194cc1f602f5f6db5df

trunk/src/comp/syntax/parse/token.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ pred can_begin_expr(t: token) -> bool {
201201
NOT. { true }
202202
BINOP(MINUS.) { true }
203203
BINOP(STAR.) { true }
204+
MOD_SEP. { true }
204205
_ { false }
205206
}
206207
}

trunk/src/test/run-pass/expr-scope.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Regression test for issue #762
2+
// xfail-stage0
3+
4+
fn f() { }
5+
fn main() { ret ::f(); }

0 commit comments

Comments
 (0)