Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: pass -Zdoctest-xcompile to cargo test to run doctests
By default, cargo test does not run doctests when the target triple does not match the host triple. There are some valid reasons for that to be the case, but we didn't notice until now because no warnings were outputted: the doctests were just silently skipped. Let's use unstable Rust features to run those tests as originally intended. Related tracking issue: rust-lang/rust#64245
- Loading branch information