Closed
Description
redis-rs uses the "RUSTC" environment variable to determine the current rustc version by calling $RUSTC --version
.
Since clippy sets this to "/home/user/.cargo/bin/cargo-clippy", the version is not the expected format at all and it just panics because there is no error handling in the build.rs