Add warn(unreachable_pub) to rustc_span.
This commit is contained in:
@@ -424,7 +424,7 @@ impl Span {
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct SpanInterner {
|
||||
pub(crate) struct SpanInterner {
|
||||
spans: FxIndexSet<SpanData>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user