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.
Activity
Made most of the URL functions pure.
Made most of the URL functions pure.
Made most of the URL functions pure.
don't fail on recoverable parser errors in ignored files (rust-lang#3782
Auto merge of rust-lang#3782 - RalfJung:josh-roundtrip-error, r=RalfJung