Skip to content

Commit f4d3c0a

Browse files
Rollup merge of #150301 - vexide:fix/libstd-vexos-pipe, r=joboet
std: remove unsupported pipe module from VEXos pal #146794 moved `pipe` implementations out of PAL and into a toplevel `sys` module. While most targets supporting libstd were updated, the PR did not remove the old module from the `vexos` PAL, causing builds to fail on the `armv7a-vex-v5` target. <img width="2258" height="322" alt="image" src="https://github.com/user-attachments/assets/3bdb83f9-e577-4795-9d20-0ae4ab5d505c" /> This PR removes the old module path in the PAL and allows `vexos` targets to fall back to the `unsupported` implementation in sys/pipe.
2 parents 6ca7f0d + ffd4da2 commit f4d3c0a

File tree

1 file changed

+0
-2
lines changed
  • library/std/src/sys/pal/vexos

1 file changed

+0
-2
lines changed

library/std/src/sys/pal/vexos/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
pub mod os;
2-
#[path = "../unsupported/pipe.rs"]
3-
pub mod pipe;
42
pub mod time;
53

64
#[expect(dead_code)]

0 commit comments

Comments
 (0)