about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2022-11-22 16:36:38 +0530
committerGitHub <noreply@github.com>2022-11-22 16:36:38 +0530
commitd29491aba00fd879c437943aa7629b9867129d9f (patch)
tree8991b5eaf8184c712b9daf1591d4a05815a02a89 /compiler/rustc_codegen_gcc
parent88542a31504ccc39f0e75a7cd5d1b4bee0fbc329 (diff)
parentbaa59d1a77cfc21442df60c1e34c05e361107e37 (diff)
downloadrust-d29491aba00fd879c437943aa7629b9867129d9f.tar.gz
rust-d29491aba00fd879c437943aa7629b9867129d9f.zip
Rollup merge of #104669 - LeSeulArtichaut:88015-if-let-guard-bindings, r=cjgillot
Only declare bindings for if-let guards once per arm

Currently, each candidate for a match arm uses separate locals for the bindings in the if-let guard, causing problems (#88015) when those branches converge in the arm body.

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