File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/try/src/libsyntax/print Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 3e6de6b7da8ee88bf84b0e217900051334be08da
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 60fba4d7d677ec098e6a43014132fe99f7547363
5
- refs/heads/try: 0054d19a279262f6e8e7394670d8ad5cf07c783c
5
+ refs/heads/try: becbd60a898b39e19169b7b267846d9e21d5b2c7
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -1926,8 +1926,8 @@ pub fn print_arg(s: @ps, input: &ast::arg) {
1926
1926
match input. pat . node {
1927
1927
ast:: PatIdent ( _, ref path, _) if
1928
1928
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 => {
1931
1931
// Do nothing.
1932
1932
}
1933
1933
_ => {
You can’t perform that action at this time.
0 commit comments