Closed
Description
When modifying the interface between platform-specific/non-platform-specific parts of the codebase, proper testing requires being able to build for every supported target, which is very impractical. Ideally x.py
would support cargo check
such that platform specific code could still be validated and type checked without needing the corresponding cross-compiling C toolchains.
This requires at least #44737 to be fixed to be useful.