diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2015-02-03 13:14:36 -0500 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2015-02-03 13:14:36 -0500 |
| commit | 8ddcb06b1d021560bfe641c0dbc452a04e80388e (patch) | |
| tree | e99e879ac48014f87a820b343b4f2beff8d25280 /src/libsyntax | |
| parent | 68ad6949d4c3e2160098c94007b9c48abc94aaad (diff) | |
| download | rust-8ddcb06b1d021560bfe641c0dbc452a04e80388e.tar.gz rust-8ddcb06b1d021560bfe641c0dbc452a04e80388e.zip | |
Update for new snapshot after rebasing.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
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); |
