Thread with 1 post

jump to expanded post

Rust 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)

Open thread at this post