Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto merge of #6903 : dotdash/rust/self_by_value, r=catamorphism
For types that are passed by value, we can't just cast the value to a pointer, but have to use an alloca and copy the value there. This handling is already present for all other arguments, but was missing for "self". Fixes #6682 #4850 #4878
- Loading branch information