Thread with 1 post
jump to expanded postRust tooling improvement suggestion: warn about uses of #[cfg(β¦)] and cfg!(β¦) in build scripts (build.rs files). theyβre usually incorrect (testing the platform the build script is being run on, not the platform the build script is trying to build for)