diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2014-07-23 10:21:50 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-07-24 07:26:03 -0700 |
| commit | bb165eb5c21b057cb63a4421d6233e82deac4cba (patch) | |
| tree | d322e182d6fea0796e00883954cd0a250c4b7fa4 /src/rustllvm/ExecutionEngineWrapper.cpp | |
| parent | 57cade574418e9507c67ba5177bc177cc7771721 (diff) | |
| download | rust-bb165eb5c21b057cb63a4421d6233e82deac4cba.tar.gz rust-bb165eb5c21b057cb63a4421d6233e82deac4cba.zip | |
libsyntax: Remove `~self` and `mut ~self` from the language.
This eliminates the last vestige of the `~` syntax. Instead of `~self`, write `self: Box<TypeOfSelf>`; instead of `mut ~self`, write `mut self: Box<TypeOfSelf>`, replacing `TypeOfSelf` with the self-type parameter as specified in the implementation. Closes #13885. [breaking-change]
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
