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 need a variant of os::getenv() that returns a ~[u8]instead of astr. Or more usefully,getenv()itself should return[u8]and perhaps we should have agetenv_str()variant that returns~str`.
I think arguments needs the same treatment too.
The text was updated successfully, but these errors were encountered:
We need a variant of
os::getenv()
that returns a ~[u8]instead of a
str[u8]. Or more usefully,
getenv()itself should return
and perhaps we should have a
getenv_str()variant that returns
~str`.I think arguments needs the same treatment too.
The text was updated successfully, but these errors were encountered: