Regression: false positive from unreachable_pub lint #102352
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-visibility
Area: Visibility / privacy
C-bug
Category: This is a bug.
P-high
High priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
Code
I tried this code:
I expected to see no output from the compiler.
Instead, this happened:
cargo-bisect-rustc ouptut
searched nightlies: from nightly-2022-09-22 to nightly-2022-09-27
regressed nightly: nightly-2022-09-25
searched commit range: 4a14677...3f83906
regressed commit: 6580010
This is a roll-up, #102109 seems the most likely culprit. cc @petrochenkov @oli-obk
bisected with cargo-bisect-rustc v0.6.4
Host triple: aarch64-apple-darwin
Reproduce with:
@rustbot modify labels: +regression-from-stable-to-nightly -regression-untriaged
The text was updated successfully, but these errors were encountered: