about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-02-13 12:19:24 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2024-02-14 08:13:06 +1100
commit71f2e3a095194fcf8596a8baa36e2b08b6a88c8f (patch)
treecf41ed5cb8072ac839104eef819a6911bec9f7c8 /compiler/rustc_codegen_llvm/src
parenta84bb95a1f65bfe25038f188763a18e096a86ab2 (diff)
downloadrust-71f2e3a095194fcf8596a8baa36e2b08b6a88c8f.tar.gz
rust-71f2e3a095194fcf8596a8baa36e2b08b6a88c8f.zip
Optimize `delayed_bug` handling.
Once we have emitted at least one error, delayed bugs won't be used. So
we can (a) we can (a) discard any existing delayed bugs, and (b) stop
recording any new delayed bugs.

This eliminates a longstanding `FIXME` comment. There should be no
soundness issues because it's not possible to un-emit an error.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions