Skip to content

Commit 7820964

Browse files
committed
---
yaml --- r: 12671 b: refs/heads/master c: 21dc416 h: refs/heads/master i: 12669: cd3c677 12667: 3d3d0a4 12663: 6c60d61 12655: 9fe715e 12639: 700cfc9 12607: 782552c 12543: 9ffd073 v: v3
1 parent 8c573d9 commit 7820964

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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: 48368c5a078cacaa554c80af1649b6be96c95227
2+
refs/heads/master: 21dc41649bc48cea25dd498c3e11d6f9c50f0aee
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/librustsyntax/parse/parser.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,6 @@ fn parse_bottom_expr(p: parser) -> pexpr {
821821
} else if p.token == token::MOD_SEP ||
822822
is_ident(p.token) && !is_keyword(p, "true") &&
823823
!is_keyword(p, "false") {
824-
check_restricted_keywords(p);
825824
let pth = parse_path_with_tps(p, true);
826825
hi = pth.span.hi;
827826
ex = ast::expr_path(pth);

0 commit comments

Comments
 (0)