Jiahao XU
Jiahao XU
I have tried this out today and encountered several errors, reported to upstream immunant/c2rust#1193
> I do not quite understand the A-semver-major label I think it might be due to new crate added.
> I do not quite understand the A-semver-major label I think it might be due to new crate added.
Can you resolve the conflicts please, so that it would trigger another CI run?
Thank you! #363 has resolved conflicts and fixed pipeline error
https://crates.io/crates/compression-core https://crates.io/crates/compression-codecs New workspace crates released
Running `cross` with `cargo-auditable` gives me subcommand not found error: ``` ❯ cargo auditable cross b --release error: no such subcommand: `cross` View all installed commands with `cargo --list` ```...
> Yeah, that doesn't work because you're calling it cross not cargo cross. It seems that `cargo-cross` does not exist and the `cross` crate only provides binary `cross`.
Thanks! You are right, poll_shutdown should indeed call self.poll_flush before calling inner.poll_shutdown
Thanks! You are right, poll_shutdown should indeed call self.poll_flush before calling inner.poll_shutdown