rust/compiler/rustc_parse/src
Nicholas Nethercote 13f2bc9a65 Specialize assert_pred.
It has only two uses, and both use `matches_codepattern`. So just change
it to `assert_matches_codepattern`.
2024-06-06 08:26:54 +10:00
..
lexer Remove stream_to_parser. 2024-06-05 10:37:59 +10:00
parser Specialize assert_pred. 2024-06-06 08:26:54 +10:00
errors.rs improve maybe_consume_incorrect_semicolon 2024-05-14 23:07:40 +02:00
lib.rs Make top-level rustc_parse functions fallible. 2024-06-05 10:38:03 +10:00
validate_attr.rs Reduce pub exposure. 2024-06-06 08:26:54 +10:00