1
Fork 0

Make it build again

This commit is contained in:
Vadim Petrochenkov 2020-02-29 20:16:26 +03:00
parent e94d3b70cb
commit 6054a30370
56 changed files with 101 additions and 101 deletions

View file

@ -269,7 +269,7 @@ pub fn stream_to_parser<'a>(
/// # Note
///
/// The main usage of this function is outside of rustc, for those who uses
/// libsyntax as a library. Please do not remove this function while refactoring
/// librustc_ast as a library. Please do not remove this function while refactoring
/// just because it is not used in rustc codebase!
pub fn stream_to_parser_with_base_dir<'a>(
sess: &'a ParseSess,