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
We currently use an unsafe transmute to work around the fact that OsString is opaque, since the argument to -i and -o are file paths which may be invalid UTF-8. Once rust-lang/rust#95290 or something like it is merged, we want to remove those uses of transmute.
The text was updated successfully, but these errors were encountered:
We currently use an unsafe transmute to work around the fact that OsString is opaque, since the argument to
-i
and-o
are file paths which may be invalid UTF-8. Once rust-lang/rust#95290 or something like it is merged, we want to remove those uses of transmute.The text was updated successfully, but these errors were encountered: