'either' fails to compile on s390x #82095
Labels
O-SystemZ
Target: SystemZ processors (s390x)
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
The problem appears to be s390x-specific. At least I failed to spot another target that would fail.
Code
To reproduce the problem
cargo new foo
cd foo
either = "^1.6"
to[dependencies]
in Cargo.tomlcargo check
I expected to see this happen: successful completion of
cargo check
Instead, this happened: failure to compile
either
, see below for error messagesVersion it worked on
It most recently worked on: 1.49.0
Version with regression
rustc --version --verbose
:Backtrace
Backtrace
@rustbot modify labels: +regression-from-stable-to-stable -regression-untriaged
The text was updated successfully, but these errors were encountered: