Skip to content

Commit c60b062

Browse files
committed
---
yaml --- r: 62539 b: refs/heads/snap-stage3 c: 05ab83e h: refs/heads/master i: 62537: 5da96be 62535: dc9a0b7 v: v3
1 parent f7181dd commit c60b062

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 975f2649839c945660339b8929a04432b1562635
4+
refs/heads/snap-stage3: 05ab83eea80413ef4d7714cae93a30f24e2fff5c
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libsyntax/parse/parser.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,6 +2496,7 @@ pub impl Parser {
24962496
@ast::pat { id: self.get_id(), node: pat, span: mk_sp(lo, hi) }
24972497
}
24982498

2499+
// parse ident or ident @ pat
24992500
// used by the copy foo and ref foo patterns to give a good
25002501
// error message when parsing mistakes like ref foo(a,b)
25012502
fn parse_pat_ident(&self,

0 commit comments

Comments
 (0)