rust/library/std
Matthias Krüger cd27f1b56e
Rollup merge of #93471 - cuviper:direntry-file_type-stat, r=the8472
unix: Use metadata for `DirEntry::file_type` fallback

When `DirEntry::file_type` fails to match a known `d_type`, we should
fall back to `DirEntry::metadata` instead of a bare `lstat`, because
this is faster and more reliable on targets with `fstatat`.
2022-01-31 07:00:44 +01:00
..
benches
primitive_docs
src Rollup merge of #93471 - cuviper:direntry-file_type-stat, r=the8472 2022-01-31 07:00:44 +01:00
tests Move unstable is_{arch}_feature_detected! macros to std::arch 2022-01-28 09:51:46 +00:00
build.rs
Cargo.toml Auto merge of #93351 - anp:fuchsia-remove-dir-all, r=tmandry 2022-01-29 09:01:01 +00:00