rust/compiler
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
..
2024-01-05 10:56:59 +00:00
2024-01-10 16:29:23 +00:00
2024-01-10 07:33:07 +11:00
2024-01-10 07:33:07 +11:00
2023-12-31 20:58:36 +00:00