Closed
Description
git clone https://github.com/streamnative/pulsar-rs
cd pulsar-rs
cargo +nightly check
Then it hangs forever
bisect leads to ee80c8d
cc @Nadrieril @cjgillot
searched nightlies: from nightly-2023-11-26 to nightly-2023-11-29
regressed nightly: nightly-2023-11-27
searched commit range: f5dc265...6cf0888
regressed commit: ee80c8d
bisected with cargo-bisect-rustc v0.6.7
Host triple: aarch64-apple-darwin
Reproduce with:
cargo bisect-rustc --start 2023-11-26 --script ./test.sh
bisect script:
#!/bin/sh
set -ex
timeout 40s cargo check