]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #11033 : michaelwoerister/rust/byvalself, r=pcwalton
authorbors <bors@rust-lang.org>
Wed, 18 Dec 2013 16:36:36 +0000 (08:36 -0800)
committerbors <bors@rust-lang.org>
Wed, 18 Dec 2013 16:36:36 +0000 (08:36 -0800)
As the title says. The trans changes will lead to an auxiliary alloca being created that allows debug info to track the `self` argument. This alloca is only created in debug builds however. Otherwise very little had to be done after I managed to navigate to some degree the jungle that is self-argument handling `:P`

Closes #10549


Trivial merge