diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-11-22 16:36:38 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-22 16:36:38 +0530 |
| commit | d29491aba00fd879c437943aa7629b9867129d9f (patch) | |
| tree | 8991b5eaf8184c712b9daf1591d4a05815a02a89 /compiler/rustc_codegen_gcc/src/errors.rs | |
| parent | 88542a31504ccc39f0e75a7cd5d1b4bee0fbc329 (diff) | |
| parent | baa59d1a77cfc21442df60c1e34c05e361107e37 (diff) | |
| download | rust-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/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
