We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af130b commit e7e35d8Copy full SHA for e7e35d8
src/libsyntax/fold.rs
@@ -475,7 +475,7 @@ fn noop_fold_decl(d: &Decl_, fld: @ast_fold) -> Option<Decl_> {
475
}
476
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,
+// in (ast-thingy X span X fold) -> (ast-thingy X span). Basically,
479
// carries the span around.
480
// It seems strange to me that the call to new_fold doesn't happen
481
// here but instead in the impl down below.... probably just an
0 commit comments