Skip to content

Commit 8ddcb06

Browse files
committed
Update for new snapshot after rebasing.
1 parent 68ad694 commit 8ddcb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/parse/parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ impl<'a> Parser<'a> {
11631163
return;
11641164
}
11651165

1166-
// SNAP a45e117
1166+
// SNAP 474b324
11671167
// Enable these obsolete errors after snapshot:
11681168
// let span = mk_sp(lo, self.span.hi);
11691169
// self.obsolete(span, ObsoleteSyntax::ClosureKind);

0 commit comments

Comments
 (0)