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
unwindfeature 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
unwindfeature enabled.
olivierlemasle edited PR #2954 from fix-s390x-import to main:
cranelift-codegen's build failed on s390x when the
unwindfeature 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
unwindfeature enabled.
bnjbvr submitted PR review.
bnjbvr merged PR #2954.
Last updated: Dec 13 2025 at 19:03 UTC