Y
Hacker News
new
|
ask
|
show
|
jobs
by
Manishearth
3891 days ago
Usually in these cases the culprit is autoderef/deref coercions.
1 comments
kibwen
3889 days ago
I don't see anything in `|x| foo(x)` that could be causing `x` to be deref'd.
link
Manishearth
3889 days ago
A deref coercion can happen there
https://github.com/Manishearth/rust-clippy/issues/116
link