olivierlemasle opened PR #2954 from fix-s390x-import
to main
:
cranelift-codegen's build failed on s390x, with this error:
error[E0432]: unresolved import `crate::isa::unwind::systemv` --> cranelift/codegen/src/isa/s390x/mod.rs:6:25 | 6 | use crate::isa::unwind::systemv::RegisterMappingError; | ^^^^^^^ could not find `systemv` in `unwind`
This import should be used only with
unwind
feature enabled.Also remove unused import
regalloc::Reg
.
olivierlemasle updated PR #2954 from fix-s390x-import
to main
.
olivierlemasle edited PR #2954 from fix-s390x-import
to main
:
cranelift-codegen's build failed on s390x, with this error:
error[E0432]: unresolved import `crate::isa::unwind::systemv` --> cranelift/codegen/src/isa/s390x/mod.rs:6:25 | 6 | use crate::isa::unwind::systemv::RegisterMappingError; | ^^^^^^^ could not find `systemv` in `unwind`
This import should be used only with
unwind
feature enabled.
olivierlemasle edited PR #2954 from fix-s390x-import
to main
:
cranelift-codegen's build failed on s390x when the
unwind
feature is disabled, with this error:error[E0432]: unresolved import `crate::isa::unwind::systemv` --> cranelift/codegen/src/isa/s390x/mod.rs:6:25 | 6 | use crate::isa::unwind::systemv::RegisterMappingError; | ^^^^^^^ could not find `systemv` in `unwind`
This import should be used only with
unwind
feature enabled.
bnjbvr submitted PR review.
bnjbvr merged PR #2954.
Last updated: Nov 22 2024 at 17:03 UTC