|
|
|
|
|
by Gankro
4030 days ago
|
|
This has pretty limited scope, though. If a function you call returns an &mut you have no way to tell thanks to type inference, and when you use that value it looks like you're passing by-value. Similarly if you call a method, there's no indication at all how `self` is being passed. |
|