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
new lint: `zombie_processes`
Closesrust-lang#10754
Lint description should explain this PR, so I think there's nothing else to say here ^^
changelog: new lint: [`zombie_processes`]
On Linux, command line arguments are not guaranteed to be UTF-8.
In particular, they can be pathnames, which can be encoded in any character set (that is why Path uses ~[u8] now).
So, os::args() is wrong and should return
[[u8]] instead of ~[~str].The text was updated successfully, but these errors were encountered: