Skip to content

Commit 33bcf08

Browse files
committed
---
yaml --- r: 15677 b: refs/heads/try c: 21dc416 h: refs/heads/master i: 15675: de5b672 v: v3
1 parent ae3bed9 commit 33bcf08

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 48368c5a078cacaa554c80af1649b6be96c95227
5+
refs/heads/try: 21dc41649bc48cea25dd498c3e11d6f9c50f0aee
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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)