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
This PR implements [path reform](rust-lang/rfcs#474), and motivation and details for the change can be found there.
For convenience, the old path API is being kept as `old_path` for the time being. Updating after this PR is just a matter of changing imports to `old_path` (which is likely not needed, since the prelude entries still export the old path API).
This initial PR does not include additional normalization or platform-specific path extensions. These will be done in follow up commits or PRs.
[breaking-change]
Closesrust-lang#20034Closesrust-lang#12056Closesrust-lang#11594Closesrust-lang#14028Closesrust-lang#14049Closesrust-lang#10035
Tracking issue for rust-lang/rfcs#474
The text was updated successfully, but these errors were encountered: