rust/compiler/rustc_parse/src
Daniel Bevenius 045140a25b Update doc comments that refer to config parameter
This commit updates the source_file_to_parser and the
maybe_source_file_to_parse function's doc comments which currently
refer to a config parameter. The doc comments have been updated to
refer to the 'session' parameter similar to the doc comment for
try_file_to_source_file, which also takes a &Session parameter.
2022-07-24 16:40:24 +02:00
..
lexer remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
parser Stabilize let_chains 2022-07-16 20:17:58 -03:00
lib.rs Update doc comments that refer to config parameter 2022-07-24 16:40:24 +02:00
validate_attr.rs Overhaul MacArgs::Eq. 2022-05-05 07:06:12 +10:00