Skip to content

Commit eb28ea4

Browse files
committed
---
yaml --- r: 79366 b: refs/heads/try c: becbd60 h: refs/heads/master v: v3
1 parent 8821d67 commit eb28ea4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3e6de6b7da8ee88bf84b0e217900051334be08da
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 60fba4d7d677ec098e6a43014132fe99f7547363
5-
refs/heads/try: 0054d19a279262f6e8e7394670d8ad5cf07c783c
5+
refs/heads/try: becbd60a898b39e19169b7b267846d9e21d5b2c7
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libsyntax/print/pprust.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,8 +1926,8 @@ pub fn print_arg(s: @ps, input: &ast::arg) {
19261926
match input.pat.node {
19271927
ast::PatIdent(_, ref path, _) if
19281928
path.segments.len() == 1 &&
1929-
path.segments[0].identifier ==
1930-
parse::token::special_idents::invalid => {
1929+
path.segments[0].identifier.name ==
1930+
parse::token::special_idents::invalid.name => {
19311931
// Do nothing.
19321932
}
19331933
_ => {

0 commit comments

Comments
 (0)