about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-06-17 11:28:54 +0200
committerGitHub <noreply@github.com>2024-06-17 11:28:54 +0200
commit020c07718f68ca250d1b989507e9579221d25341 (patch)
treef050207abd7940d6773677ce37c2c6d64d548896 /compiler/rustc_codegen_llvm/src
parent9f5e2e314c3a6cf321c193506e9ea9f4b3a920b1 (diff)
parentbd32c4c21ee30abc3795e5537245f157c31214e8 (diff)
downloadrust-020c07718f68ca250d1b989507e9579221d25341.tar.gz
rust-020c07718f68ca250d1b989507e9579221d25341.zip
Rollup merge of #126570 - nnethercote:fix-126385, r=lcnr
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.

r? `@lcnr`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions