Closed
Description
This is blocked on #12429, at least when it comes to function signatures. Since @mut T
and &const T
are gone, there are currently never aliases of an &mut T
parameter in sound code.
This is blocked on #12429, at least when it comes to function signatures. Since @mut T
and &const T
are gone, there are currently never aliases of an &mut T
parameter in sound code.