We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Passing a v: &mut int to a function in a native module that expects a &mut c_int via a type cast v as &mut c_int yields an internal compiler error
I hit this when rewriting math and am logging this here.