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
Updated types of PTRACE requests for musl to be consistent.
For some reason the type of ptrace request constants in musl change for the register based requests. As they are used in the same way and this doesn't mimic musl this has been changed for consistency and ease of use.
First raised in issue rust-lang#744
pdietl
pushed a commit
to pdietl/rust
that referenced
this issue
Apr 23, 2020
You can't currently do something like
because the loop variable will shadow the outer x.
The text was updated successfully, but these errors were encountered: