1
Fork 0

Reduce pub exposure.

This commit is contained in:
Nicholas Nethercote 2023-11-28 16:30:57 +11:00
parent b6d0493388
commit 5f11d19be5
3 changed files with 5 additions and 7 deletions

View file

@ -214,7 +214,7 @@ pub struct ParseSess {
pub assume_incomplete_release: bool,
/// Spans passed to `proc_macro::quote_span`. Each span has a numerical
/// identifier represented by its position in the vector.
pub proc_macro_quoted_spans: AppendOnlyVec<Span>,
proc_macro_quoted_spans: AppendOnlyVec<Span>,
/// Used to generate new `AttrId`s. Every `AttrId` is unique.
pub attr_id_generator: AttrIdGenerator,
}