You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
471: Writable::Writer needs DerefMut trait bound r=burrbull a=couchand
Otherwise, a call to `bits` in the closure passed to `write`/`modify` in a function where the register is bound only on the `Writable` trait will fail to typecheck.
This only causes an issue for code written to be generic over a `Writable` register, so I suspect I'm the only one that's so far been bitten by the bug. In any case, apologies for shipping broken code!
Co-authored-by: Andrew Dona-Couch <[email protected]>
0 commit comments