8000
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.
1 parent 25245bb commit 28dc012Copy full SHA for 28dc012
std/src/sys/pal/unix/fs.rs
@@ -1557,6 +1557,8 @@ impl fmt::Debug for File {
1557
target_os = "netbsd",
1558
target_os = "openbsd",
1559
target_os = "vxworks",
1560
+ target_os = "solaris",
1561
+ target_os = "illumos",
1562
target_vendor = "apple",
1563
))]
1564
fn get_mode(fd: c_int) -> Option<(bool, bool)> {
@@ -1579,6 +1581,8 @@ impl fmt::Debug for File {
1579
1581
1580
1582
1583
1584
1585
1586
1587
)))]
1588
fn get_mode(_fd: c_int) -> Option<(bool, bool)> {
0 commit comments