Commit 3d230a6
committed
fix: resolve compilation errors in uuproc tests and add Windows dependencies
- Fix E0425 errors in test_uuproc.rs by removing leading underscores from variable names
- Line 464: _empty_cmdline -> empty_cmdline (used in Linux-specific assertion)
- Line 640: _processes -> processes (used in Linux-specific assertion)
- Add missing winapi dependency for Windows platform
- Add winapi 0.3 with tlhelp32 and minwindef features to Cargo.toml
- Resolves E0433 errors for unresolved winapi imports in windows.rs1 parent 5a45edf commit 3d230a6
File tree
3 files changed
+4
-3
lines changed- src/uu/uuproc
- tests/by-util
3 files changed
+4
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
| 464 | + | |
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| |||
637 | 637 | | |
638 | 638 | | |
639 | 639 | | |
640 | | - | |
| 640 | + | |
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
| |||
0 commit comments