Skip to content

Commit c65b2dc

Browse files
committed
Auto merge of #124506 - ivmarkov:master, r=jhpratt
Fix ESP IDF build broken by #124210 Subject says it all I hope. Fix is trivial, thanks to the contributors of #124210 really considering these Tier 3 targets in their change-set (even if ESP IDF was accidentally omitted).
2 parents 5b1d58c + fa6db4c commit c65b2dc

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/pal/unix

1 file changed

+1
-0
lines changed

library/std/src/sys/pal/unix/fs.rs

+1
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@ impl Drop for Dir {
893893
target_os = "nto",
894894
target_os = "vita",
895895
target_os = "hurd",
896+
target_os = "espidf",
896897
)))]
897898
{
898899
let fd = unsafe { libc::dirfd(self.0) };

0 commit comments

Comments
 (0)