about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-06-17 14:03:26 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-06-17 15:21:07 +1000
commitbd32c4c21ee30abc3795e5537245f157c31214e8 (patch)
treec72777ef420036113357033aa308b84a7832de97 /compiler/rustc_codegen_gcc
parente794b0f8557c187b5909d889aa35071f81e0a4cc (diff)
downloadrust-bd32c4c21ee30abc3795e5537245f157c31214e8.tar.gz
rust-bd32c4c21ee30abc3795e5537245f157c31214e8.zip
Convert a `span_bug` to a `span_delayed_bug`.
PR #121208 converted this from a `span_delayed_bug` to a `span_bug`
because nothing in the test suite caused execution to hit this path. But
now fuzzing has found a test case that does hit it. So this commit
converts it back to `span_delayed_bug` and adds the relevant test.

Fixes #126385.
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions