File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/src/rustc/syntax/parse Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: b86c603bdf0b13383891ce1a49c28428b4826ec4
2
+ refs/heads/master: 03086c53044a055f38b9d1038cecb40cfd2b8998
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ fn next_token_inner(rdr: reader) -> token::token {
537
537
'/' { ret binop( rdr, token:: SLASH ) ; }
538
538
'^' { ret binop( rdr, token:: CARET ) ; }
539
539
'%' { ret binop( rdr, token:: PERCENT ) ; }
540
- c { rdr. fatal ( #fmt[ "unkown start of token: %d" , c as int ] ) ; }
540
+ c { rdr. fatal ( #fmt[ "unknown start of token: %d" , c as int ] ) ; }
541
541
}
542
542
}
543
543
You can’t perform that action at this time.
0 commit comments