diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-01-05 16:38:04 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-01-08 16:07:14 +1100 |
| commit | 4752a923af2a0e26b2da0861e4a8f1f6c35b6d56 (patch) | |
| tree | 544820bebe8fe99599e332b614dde5d52e0692f1 /compiler/rustc_codegen_gcc/example/example.rs | |
| parent | d406278180f1cd7792f50be890658f2739c621fb (diff) | |
| download | rust-4752a923af2a0e26b2da0861e4a8f1f6c35b6d56.tar.gz rust-4752a923af2a0e26b2da0861e4a8f1f6c35b6d56.zip | |
Remove `DiagnosticBuilder::delay_as_bug_without_consuming`.
The existing uses are replaced in one of three ways. - In a function that also has calls to `emit`, just rearrange the code so that exactly one of `delay_as_bug` or `emit` is called on every path. - In a function returning a `DiagnosticBuilder`, use `downgrade_to_delayed_bug`. That's good enough because it will get emitted later anyway. - In `unclosed_delim_err`, one set of errors is being replaced with another set, so just cancel the original errors.
Diffstat (limited to 'compiler/rustc_codegen_gcc/example/example.rs')
0 files changed, 0 insertions, 0 deletions
