diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-03-04 22:58:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-04 22:58:36 +0100 |
| commit | 3064d6ec4d5f4679ac3c73eaa26a91c5faf63797 (patch) | |
| tree | b6d518e957512f1749cc46f31785aa53eab272b0 /compiler/rustc_codegen_llvm/src | |
| parent | f27466d7e21d346811c8ef8627937d9fb19cae09 (diff) | |
| parent | 8af683de3424ff96c96728dc97c829275d66cdda (diff) | |
| download | rust-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
