Using &mut Trait
requires mut
local variable
#8398
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
This code:
Yields this error:
Which doesn't make sense to me because
a
shouldn't have to be mutable because it's already a pointer to a mutable thing (which is whatio::Writer
wants)cc @msullivan
The text was updated successfully, but these errors were encountered: