rust/library/std
Yuki Okushi 1ff84f09b2
Rollup merge of #98583 - joshtriplett:stabilize-windows-symlink-types, r=thomcc
Stabilize Windows `FileTypeExt` with `is_symlink_dir` and `is_symlink_file`

These calls allow detecting whether a symlink is a file or a directory,
a distinction Windows maintains, and one important to software that
wants to do further operations on the symlink (e.g. removing it).
2022-07-27 11:52:52 +09:00
..
benches
primitive_docs
src Rollup merge of #98583 - joshtriplett:stabilize-windows-symlink-types, r=thomcc 2022-07-27 11:52:52 +09:00
tests Fold aarch64 feature +fp into +neon 2022-03-22 15:14:33 -07:00
build.rs Library changes for Apple WatchOS 2022-07-20 08:57:36 +01:00
Cargo.toml library/std: Bump compiler_builtins 2022-05-26 21:11:16 +02:00