File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/try/src/libsyntax Expand file tree Collapse file tree 2 files changed +2
-2
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: 9af130b7e597a8f632223b0089d5c077427d758d
5
+ refs/heads/try: e7e35d874176395226586efcc501b91a30045037
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 @@ -475,7 +475,7 @@ fn noop_fold_decl(d: &Decl_, fld: @ast_fold) -> Option<Decl_> {
475
475
}
476
476
477
477
// lift a function in ast-thingy X fold -> ast-thingy to a function
478
- // in (ast-thingy X span X fold) -> (ast-thingy X fold ). Basically,
478
+ // in (ast-thingy X span X fold) -> (ast-thingy X span ). Basically,
479
479
// carries the span around.
480
480
// It seems strange to me that the call to new_fold doesn't happen
481
481
// here but instead in the impl down below.... probably just an
You can’t perform that action at this time.
0 commit comments