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
Right now std::net::url::encode_component is pure, and has to use an unsafe to call std::net::url::encode. We should make that and std::net::url::decode pure. If we don't want to cheat with unsafe blocks, this is blocked on #3758 and #3722.
The text was updated successfully, but these errors were encountered:
jesse99
added a commit
to jesse99/rust
that referenced
this issue
Nov 17, 2012
Right now
std::net::url::encode_component
is pure, and has to use anunsafe
to callstd::net::url::encode
. We should make that andstd::net::url::decode
pure. If we don't want to cheat with unsafe blocks, this is blocked on #3758 and #3722.The text was updated successfully, but these errors were encountered: