-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking Issue for is_symlink #85748
Comments
Path methods — symlinks improvement This PR adds symlink method for the `Path`. Tracking issue: rust-lang#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.
My thoughts on the unresolved questions:
Every function in
Assuming this pattern is consistent in all library stable functions, I'd say If we had
I created that issue when I was confused why there wasn't a |
…=joshtriplett Stabilize `is_symlink()` for `Metadata` and `Path` I'm not fully sure about `since` version, correct me if I'm wrong Needs update after stabilization: [cargo-test-support](https://github.com/rust-lang/cargo/blob/8063672238a5b6c3a901c0fc17f3164692d0be85/crates/cargo-test-support/src/paths.rs#L202) Linked issue: rust-lang#85748
…=joshtriplett Stabilize `is_symlink()` for `Metadata` and `Path` I'm not fully sure about `since` version, correct me if I'm wrong Needs update after stabilization: [cargo-test-support](https://github.com/rust-lang/cargo/blob/8063672238a5b6c3a901c0fc17f3164692d0be85/crates/cargo-test-support/src/paths.rs#L202) Linked issue: rust-lang#85748
…=joshtriplett Stabilize `is_symlink()` for `Metadata` and `Path` I'm not fully sure about `since` version, correct me if I'm wrong Needs update after stabilization: [cargo-test-support](https://github.com/rust-lang/cargo/blob/8063672238a5b6c3a901c0fc17f3164692d0be85/crates/cargo-test-support/src/paths.rs#L202) Linked issue: rust-lang#85748
Use `is_symlink()` method I've came across this comment ```rust // Replace with std implementation when stabilized, see // rust-lang/rust#85748 ``` and fixed this due to the method stabilization in 1.58
Feature gate:
#![feature(is_symlink)]
Public API
Steps / History
Unresolved Questions
None
The text was updated successfully, but these errors were encountered: