We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f7f7d commit 4330268Copy full SHA for 4330268
library/std/src/path.rs
@@ -2488,7 +2488,7 @@ impl Path {
2488
/// ```
2489
// FIXME: stabilization should modify documentation of `exists()` to recommend this method
2490
// instead.
2491
- #[unstable(feature = "path_try_exists", issue = "none")]
+ #[unstable(feature = "path_try_exists", issue = "83186")]
2492
#[inline]
2493
pub fn try_exists(&self) -> io::Result<bool> {
2494
match fs::metadata(self) {
0 commit comments