Incorrect unreachable_pub
warning
#92903
Labels
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-visibility
Area: Visibility / privacy
C-bug
Category: This is a bug.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
I tried this code: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=028239a954b1baf0326d31262947a247
I expected to see this happen: No unreachable_pub lint.
foo
only uses publicly accessible APIs, it never mentionsinner
.Instead, this happened:
cc @petrochenkov
Meta
rustc --version --verbose
: 1.60.0-nightly (2022-01-13 22e491a)The text was updated successfully, but these errors were encountered: