Tracking issue for the unreachable_pub compatibility lint #48721
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
WG-epoch
Working group: Epoch (2018) management
In Rust 2018, we will deprecate code that is
pub
but not crate-reachable, requiringpub(crate)
instead.If you see this warning, just replace the relevant line with
pub(crate)
The text was updated successfully, but these errors were encountered: