asomers / mockall

A powerful mock object library for Rust
Apache License 2.0
1.45k stars 61 forks source link

Use the C-unwind ABI when mocking variadic functions #587

Closed asomers closed 2 months ago

asomers commented 2 months ago

Now that https://github.com/rust-lang/rust/issues/126836 is fixed.

asomers commented 2 months ago

This PR is failing because the rustlang/rust:nightly container image is too old. Hopefully it will be updated soon.