about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2022-03-04 22:58:36 +0100
committerGitHub <noreply@github.com>2022-03-04 22:58:36 +0100
commit3064d6ec4d5f4679ac3c73eaa26a91c5faf63797 (patch)
treeb6d518e957512f1749cc46f31785aa53eab272b0 /compiler/rustc_codegen_llvm/src
parentf27466d7e21d346811c8ef8627937d9fb19cae09 (diff)
parent8af683de3424ff96c96728dc97c829275d66cdda (diff)
downloadrust-3064d6ec4d5f4679ac3c73eaa26a91c5faf63797.tar.gz
rust-3064d6ec4d5f4679ac3c73eaa26a91c5faf63797.zip
Rollup merge of #94596 - compiler-errors:delay-adjustment-duplicate, r=estebank
Delay bug in expr adjustment when check_expr is called multiple times

Instead of including slightly more complicated logic in `check_argument_types` to fix the bug (#94516) I introduced in #94438, and inevitably have this bug appear once again when some other diagnostic is written that causes `check_expr` to be called an expression during a (bad) code path, just delay the bug in adjustment logic.

I am open to other implementations that don't delay the bug here.

Fixes #94516
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions