Filled tracking issue for path_try_exists

This adds the ID of the tracking issue to the feature.
This commit is contained in:
Martin Habovstiak 2021-03-16 08:41:14 +01:00
parent 66f7f7d8a9
commit 4330268181
1 changed files with 1 additions and 1 deletions

View File

@ -2488,7 +2488,7 @@ impl Path {
/// ```
// FIXME: stabilization should modify documentation of `exists()` to recommend this method
// instead.
#[unstable(feature = "path_try_exists", issue = "none")]
#[unstable(feature = "path_try_exists", issue = "83186")]
#[inline]
pub fn try_exists(&self) -> io::Result<bool> {
match fs::metadata(self) {