Vizia Plug is trying to implement CI currently and the Windows test was failing with this error:
error[E0583]: file not found for module `windbg`
--> C:\Users\runneradmin\.cargo\git\checkouts\nice-plug-046e6fd47322a4b763円fe315\crates\nice-log\src\target.rs:10:1
|
10 | mod windbg;
| ^^^^^^^^^^^
|
= help: to create the module `windbg`, create file "C:\Users\runneradmin\.cargo\git\checkouts\nice-plug-046e6fd47322a4b763円fe315\crates\nice-log\src\target\windbg.rs" or "C:\Users\runneradmin\.cargo\git\checkouts\nice-plug-046e6fd47322a4b763円fe315\crates\nice-log\src\target\windbg\mod.rs"
= note: if there is a `mod windbg` elsewhere in the crate already, import it with `use crate::...` instead
Compiling clap v4.6.1
Compiling backtrace v0.3.76
For more information about this error, try `rustc --explain E0583`.
error: could not compile `nice-log` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
Error: Could not build gain_gui
error: process didn't exit successfully: `target\release\xtask.exe bundle gain_gui` (exit code: 1)
Error: Process completed with exit code 1.
Trying to cross compile from NixOS has a similar output with the same error, nice-log/src/target/windbg.rs or nice-log/src/target/windbg/mod.rs doesn't exist
nice-log/src/target/windbg.rs used to be there
[Vizia Plug](https://github.com/vizia/vizia-plug) is [trying to implement CI currently](https://github.com/vizia/vizia-plug/pull/27) and the Windows test was failing with this error:
```
error[E0583]: file not found for module `windbg`
--> C:\Users\runneradmin\.cargo\git\checkouts\nice-plug-046e6fd47322a4b763円fe315\crates\nice-log\src\target.rs:10:1
|
10 | mod windbg;
| ^^^^^^^^^^^
|
= help: to create the module `windbg`, create file "C:\Users\runneradmin\.cargo\git\checkouts\nice-plug-046e6fd47322a4b763円fe315\crates\nice-log\src\target\windbg.rs" or "C:\Users\runneradmin\.cargo\git\checkouts\nice-plug-046e6fd47322a4b763円fe315\crates\nice-log\src\target\windbg\mod.rs"
= note: if there is a `mod windbg` elsewhere in the crate already, import it with `use crate::...` instead
Compiling clap v4.6.1
Compiling backtrace v0.3.76
For more information about this error, try `rustc --explain E0583`.
error: could not compile `nice-log` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
Error: Could not build gain_gui
error: process didn't exit successfully: `target\release\xtask.exe bundle gain_gui` (exit code: 1)
Error: Process completed with exit code 1.
```
Trying to cross compile from NixOS has a similar output with the same error, `nice-log/src/target/windbg.rs` or `nice-log/src/target/windbg/mod.rs` doesn't exist
`nice-log/src/target/windbg.rs` used to be there