-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
C-bugCategory: bugCategory: bugE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.breakage-candidate
Milestone
Description
On windows stat::st_mode
Line 60 in bac1442
| pub st_mode: u16, |
S_IFMT (and other mode flags) Line 146 in bac1442
| pub const S_IFMT: ::c_int = 61440; |
fn is_regular(stat: &libc::stat) -> bool {
stat.st_mode & libc::S_IFMT == libc::S_IFREG
}
to not be portable.
Metadata
Metadata
Assignees
Labels
C-bugCategory: bugCategory: bugE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.breakage-candidate