FnMut inside Pin complains about DerefMut not implemented #65489
Labels
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When calling an
FnMut()
from inside aPin
, Rust complains that DerefMut is not implemented:This seemingly equivalent piece of code works properly with no errors:
The text was updated successfully, but these errors were encountered: