From 352c070365c941e174c17574f7fb3231e2981c5d Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 14 Mar 2013 11:22:51 -0700 Subject: librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming --- src/libsyntax/parse/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index a30b910b347..7b7d246c324 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -708,7 +708,7 @@ pub impl Parser { } fn parse_borrowed_pointee(&self) -> ty_ { - // look for `&'lt` or `&foo/` and interpret `foo` as the region name: + // look for `&'lt` or `&'foo ` and interpret `foo` as the region name: let opt_lifetime = self.parse_opt_lifetime(); if self.token_is_closure_keyword(© *self.token) { -- cgit 1.4.1-3-g733a5