rust/compiler/rustc_parse/src/lexer
Nicholas Nethercote 6656413a5c Stop using DiagnosticBuilder::buffer in the parser.
One consequence is that errors returned by
`maybe_new_parser_from_source_str` now must be consumed, so a bunch of
places that previously ignored those errors now cancel them. (Most of
them explicitly dropped the errors before. I guess that was to indicate
"we are explicitly ignoring these", though I'm not 100% sure.)
2024-01-11 18:37:56 +11:00
..
diagnostics.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
mod.rs Stop using DiagnosticBuilder::buffer in the parser. 2024-01-11 18:37:56 +11:00
tokentrees.rs Fix lifetimes in StringReader. 2024-01-11 16:55:10 +11:00
unescape_error_reporting.rs Rename {create,emit}_warning as {create,emit}_warn. 2024-01-10 07:33:06 +11:00
unicode_chars.rs Fix lifetimes in StringReader. 2024-01-11 16:55:10 +11:00