Inside the `Dir::entries` iterator, calling `dir_entry.metadata()?` succeeds, but the `.ino()` accessor panicks, only on windows, with a message that says: ``` `ino` depends on a Metadata constructed from an open `File` ```
Inside the
Dir::entriesiterator, callingdir_entry.metadata()?succeeds, but the.ino()accessor panicks, only on windows, with a message that says: