I'm trying to use cargo to build my kernel.
I ran into an issue with cargo rustc not being able to pass along command line arguments to all crates being used for a specific target.
For example I want to pass along --sysroot, -Z no-landing-pads and -C ar to all crates being built with --target, but not compiler plugins.