about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsyntax/parse')
-rw-r--r--src/libsyntax/parse/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs
index 385c0a48f87..2cb265033c3 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -1163,7 +1163,7 @@ impl<'a> Parser<'a> {
             return;
         }
 
-        // SNAP a45e117
+        // SNAP 474b324
         // Enable these obsolete errors after snapshot:
         // let span = mk_sp(lo, self.span.hi);
         // self.obsolete(span, ObsoleteSyntax::ClosureKind);