Filled tracking issue for path_try_exists
This adds the ID of the tracking issue to the feature.
This commit is contained in:
parent
66f7f7d8a9
commit
4330268181
@ -2488,7 +2488,7 @@ pub fn exists(&self) -> bool {
|
||||
/// ```
|
||||
// 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) {
|
||||
|
Loading…
Reference in New Issue
Block a user