Skip to content

Rename std::fs::try_exists to std::fs::exists and stabilize fs_try_exists#126140

Merged
bors merged 1 commit intorust-lang:masterfrom
eduardosm:stabilize-fs_try_exists
Jun 22, 2024
Merged

Rename std::fs::try_exists to std::fs::exists and stabilize fs_try_exists#126140
bors merged 1 commit intorust-lang:masterfrom
eduardosm:stabilize-fs_try_exists

Conversation

@eduardosm
Copy link
Copy Markdown
Contributor

FCP completed in tracking issue.

Tracking issue: #83186

Closes #83186

Stabilized API:

mod fs {
    pub fn exists<P: AsRef<Path>>(path: P) -> io::Result<bool>;
}

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

O-hermit Operating System: Hermit O-solid Operating System: SOLID O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-windows Operating system: Windows S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tracking Issue for fs_try_exists

6 participants