]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #89677 - maxwase:is-symlink-stabilization, r=joshtriplett
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 31 Oct 2021 08:20:22 +0000 (09:20 +0100)
committerGitHub <noreply@github.com>
Sun, 31 Oct 2021 08:20:22 +0000 (09:20 +0100)
commit15a0cddff3a4fa0c66a7689ef3ba615a6d2366e5
tree1d8e8cd3fd36fa102b911402dca9fd25dd5aaba2
parente7be8a2c074cb2e198160f599a0ed2745665561a
parent3e0360f3d43442b9d78cb1ba777e13a58506bce6
Rollup merge of #89677 - maxwase:is-symlink-stabilization, r=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: #85748
library/std/src/path.rs