syntax: Switch field privacy as necessary
This commit is contained in:
parent
c034d0c854
commit
3c76f4ac8d
24 changed files with 297 additions and 297 deletions
|
@ -39,7 +39,7 @@ pub mod obsolete;
|
|||
|
||||
// info about a parsing session.
|
||||
pub struct ParseSess {
|
||||
span_diagnostic: SpanHandler, // better be the same as the one in the reader!
|
||||
pub span_diagnostic: SpanHandler, // better be the same as the one in the reader!
|
||||
/// Used to determine and report recursive mod inclusions
|
||||
included_mod_stack: RefCell<Vec<Path>>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue