about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2015-02-03 13:14:36 -0500
committerNiko Matsakis <niko@alum.mit.edu>2015-02-03 13:14:36 -0500
commit8ddcb06b1d021560bfe641c0dbc452a04e80388e (patch)
treee99e879ac48014f87a820b343b4f2beff8d25280 /src/libsyntax/parse
parent68ad6949d4c3e2160098c94007b9c48abc94aaad (diff)
downloadrust-8ddcb06b1d021560bfe641c0dbc452a04e80388e.tar.gz
rust-8ddcb06b1d021560bfe641c0dbc452a04e80388e.zip
Update for new snapshot after rebasing.
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);