The following line is panicking on Windows:
|
.join(source.strip_prefix(test_root).unwrap()) |
The panic was first caught in CI, in this run, but the specific error is:
thread 'v42' (6332) panicked at tests\utils\json.rs:123:46:
called `Result::unwrap()` on an `Err` value: StripPrefixError(())
I'm disabling Windows support in CI for now, since I personally don't use it and would rather prioritize working on other features rather than debugging it in the VM. If someone figures out what's going wrong, feel free to open a PR!
The following line is panicking on Windows:
migrate_rustdoc_json/tests/utils/json.rs
Line 123 in 196aa8c
The panic was first caught in CI, in this run, but the specific error is:
I'm disabling Windows support in CI for now, since I personally don't use it and would rather prioritize working on other features rather than debugging it in the VM. If someone figures out what's going wrong, feel free to open a PR!