]> git.lizzy.rs Git - rust.git/commit
auto merge of #10675 : LeoTestard/rust/lifetimes-no-keywords, r=brson
authorbors <bors@rust-lang.org>
Fri, 6 Dec 2013 01:41:18 +0000 (17:41 -0800)
committerbors <bors@rust-lang.org>
Fri, 6 Dec 2013 01:41:18 +0000 (17:41 -0800)
commit6e5c5a6ac15357ad37dc26c59026a7b62bffc176
tree7569b98c151faec37e06f89711cbd109bc037b28
parent6708c297a87a38a4120edfd6866767692c5e7a56
parent74757af096e4418d410b3099622ddcdb13e87568
auto merge of #10675 : LeoTestard/rust/lifetimes-no-keywords, r=brson

Fixes #10565.

`'self` is still allowed for the moment, as it is used everywhere in the codebase. And I'm not sure if it still has a special meaning currently or not.