-
Notifications
You must be signed in to change notification settings - Fork 13.4k
'either' fails to compile on s390x #82095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've initially noted the failure on travis-ci.com and then reduced it to the minimal setup with boilerplate project with single dependency on a s390x system. On travis it is was auto-updated by travis itself. And on "a s390x system" it was freshly installed with |
Yes, appears as duplicate. Sorry about the noise. As potentially relevant additional info, travis runs Ubuntu 16, and "a s390x system" - a seasoned SuSE 12. |
Ok, closing as a duplicate of #80810 then. Thanks for the report. |
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: