mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
88ba8ad730
Path methods — symlinks improvement This PR adds symlink method for the `Path`. Tracking issue: #85748 For the discussion you can see [internals topic](https://internals.rust-lang.org/t/path-methods-symlinks-improvement/14776) P.S. I'm not fully sure about `stable` attribute, correct me if I'm wrong.