Skip to content

exhaustiveness checking hangs forever when compiling pulsar-rs #118437

Closed
@xxchan

Description

@xxchan
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

Metadata

Metadata

Assignees

Labels

A-exhaustiveness-checkingRelating to exhaustiveness / usefulness checking of patternsC-bugCategory: This is a bug.I-compilememIssue: Problems and improvements with respect to memory usage during compilation.P-highHigh priorityregression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions