rust/compiler/rustc_interface
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
..
src Stop using DiagnosticBuilder::buffer in the parser. 2024-01-11 18:37:56 +11:00
Cargo.toml Call FileEncoder::finish in rmeta encoding 2023-11-22 22:49:22 -05:00
messages.ftl