]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #10897 : boredomist/rust/remove-self-lifetime, r=brson
authorbors <bors@rust-lang.org>
Wed, 11 Dec 2013 20:56:22 +0000 (12:56 -0800)
committerbors <bors@rust-lang.org>
Wed, 11 Dec 2013 20:56:22 +0000 (12:56 -0800)
Also remove all instances of 'self within the codebase.

This fixes #10889.

To make reviewing easier the following files were modified with more than a dumb text replacement:

- `src/test/compile-fail/lifetime-no-keyword.rs`
- `src/test/compile-fail/lifetime-obsoleted-self.rs`
- `src/test/compile-fail/regions-free-region-ordering-incorrect.rs`
- `src/libsyntax/parse/lexer.rs`


Trivial merge