Module rustc_ap_rustc_session::parse [−][src]
Expand description
Contains ParseSess
which holds state living beyond what one Parser
might.
It also serves as an input to the parser itself.
Structs
GatedSpans | Collected spans during parsing for places where a certain feature was
used and should be feature gated accordingly in |
ParseSess | Info about a parsing session. |
SymbolGallery |
Functions
feature_err | Construct a diagnostic for a language feature error due to the given |
feature_err_issue | Construct a diagnostic for a feature gate error. |
Type Definitions
CrateConfig | The set of keys (and, optionally, values) that define the compilation environment of the crate, used to drive conditional compilation. |