rust/compiler/rustc_parse/src
Nicholas Nethercote 25972aec67 Inline and remove parse_crate{,_attrs}_from_{file,source_str}.
All four functions are simple and have a single call site.

This requires making `Parser::parse_inner_attributes` public, which is
no big deal.
2024-06-05 10:38:02 +10:00
..
lexer Remove stream_to_parser. 2024-06-05 10:37:59 +10:00
parser Inline and remove parse_crate{,_attrs}_from_{file,source_str}. 2024-06-05 10:38:02 +10:00
errors.rs improve maybe_consume_incorrect_semicolon 2024-05-14 23:07:40 +02:00
lib.rs Inline and remove parse_crate{,_attrs}_from_{file,source_str}. 2024-06-05 10:38:02 +10:00
validate_attr.rs Rename buffer_lint_with_diagnostic to buffer_lint 2024-05-21 20:16:39 +00:00