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.
2 parents a12e29a + 774e712 commit 923dae5Copy full SHA for 923dae5
library/std/src/sys/windows/fs.rs
@@ -403,7 +403,7 @@ impl File {
403
mem::size_of::<c::FILE_ATTRIBUTE_TAG_INFO>().try_into().unwrap(),
404
))?;
405
if attr_tag.FileAttributes & c::FILE_ATTRIBUTE_REPARSE_POINT != 0 {
406
- reparse_tag = attr_tag.ReparseTag;
+ attr.reparse_tag = attr_tag.ReparseTag;
407
}
408
409
Ok(attr)
0 commit comments