Add warn(unreachable_pub) to rustc_span.

This commit is contained in:
Nicholas Nethercote
2024-08-30 13:15:02 +10:00
parent b457ab3186
commit b0f22ff98f
3 changed files with 3 additions and 2 deletions

View File

@@ -424,7 +424,7 @@ impl Span {
}
#[derive(Default)]
pub struct SpanInterner {
pub(crate) struct SpanInterner {
spans: FxIndexSet<SpanData>,
}