![]() Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_exists FCP completed in tracking issue. Tracking issue: https://github.com/rust-lang/rust/issues/83186 Closes https://github.com/rust-lang/rust/issues/83186 Stabilized API: ```rust mod fs { pub fn exists<P: AsRef<Path>>(path: P) -> io::Result<bool>; } ``` |
||
---|---|---|
.. | ||
net | ||
thread_local_key | ||
wtf8 | ||
fs.rs | ||
io.rs | ||
lazy_box.rs | ||
mod.rs | ||
net.rs | ||
process.rs | ||
tests.rs | ||
thread_local_dtor.rs | ||
thread_local_key.rs | ||
wstr.rs | ||
wtf8.rs |