Closed
Description
Apparently Rust 1.71.0 added a check that only allows it to be built with the exact same version of Rust, or a Rust that's one minor release older.
However, this also makes it impossible to build Rust 1.71.1 with a Rust that's one micro release older (1.71.0).
Unexpected rustc version: 1.71.0, we should use 1.70.x/1.71.1 to build source with 1.71.1
Is this really what was wanted? It makes it quite hard for us (Arch Linux) to build micro upgrades.