librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming
This commit is contained in:
parent
7352d919f6
commit
352c070365
147 changed files with 523 additions and 501 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue