about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2014-07-23 10:21:50 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-07-24 07:26:03 -0700
commitbb165eb5c21b057cb63a4421d6233e82deac4cba (patch)
treed322e182d6fea0796e00883954cd0a250c4b7fa4 /src/rustllvm/ExecutionEngineWrapper.cpp
parent57cade574418e9507c67ba5177bc177cc7771721 (diff)
downloadrust-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