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 d727d35 commit f560a6aCopy full SHA for f560a6a
library/std/src/sys/pal/unix/fs.rs
@@ -1561,6 +1561,8 @@ impl fmt::Debug for File {
1561
target_os = "netbsd",
1562
target_os = "openbsd",
1563
target_os = "vxworks",
1564
+ target_os = "solaris",
1565
+ target_os = "illumos",
1566
target_vendor = "apple",
1567
))]
1568
fn get_mode(fd: c_int) -> Option<(bool, bool)> {
@@ -1583,6 +1585,8 @@ impl fmt::Debug for File {
1583
1585
1584
1586
1587
1588
1589
1590
1591
)))]
1592
fn get_mode(_fd: c_int) -> Option<(bool, bool)> {
0 commit comments