Function rustc_ap_rustc_parse::maybe_file_to_stream[][src]

pub fn maybe_file_to_stream(
    sess: &ParseSess,
    source_file: Lrc<SourceFile>,
    override_span: Option<Span>
) -> Result<(TokenStream, Vec<UnmatchedBrace>), Vec<Diagnostic>>

Given a source file, produces a sequence of token trees. Returns any buffered errors from parsing the token stream.