File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/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 1
1
---
2
2
refs/heads/master: 124eb2119c78651cfaaa7a046a101fa2e20f83ca
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 114b1a7e97610501f1bf028eac058d388d816c11
4
+ refs/heads/snap-stage3: 4664d3320dacb1cbf42081369d3fc4f61f2af1a3
5
5
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
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