about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/errors.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-02-02 14:30:37 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2024-02-03 09:02:50 +1100
commit0621cd46f2ee2711cf2f808521629d223fda8d54 (patch)
treef68130d1dec53f3d5790550faf07ed3807abd9c4 /compiler/rustc_codegen_gcc/src/errors.rs
parentb506cce5792d543cf5ffa828f539c950b9739b2c (diff)
downloadrust-0621cd46f2ee2711cf2f808521629d223fda8d54.tar.gz
rust-0621cd46f2ee2711cf2f808521629d223fda8d54.zip
Simplify future breakage control flow.
`emit_future_breakage` calls
`self.dcx().take_future_breakage_diagnostics()` and then passes the
result to `self.dcx().emit_future_breakage_report(diags)`. This commit
removes the first of these and lets `emit_future_breakage_report` do the
taking.

It also inlines and removes what is left of `emit_future_breakage`,
which has a single call site.
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/errors.rs')
0 files changed, 0 insertions, 0 deletions