Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=traviscross,lcnr
Stabilize if_let_rescope Close #131154 Tracked by #124085
This commit is contained in:
commit
5d6c49938e
20 changed files with 30 additions and 84 deletions
|
@ -784,7 +784,7 @@ impl<'tcx> Cx<'tcx> {
|
|||
if_then_scope: region::Scope {
|
||||
id: then.hir_id.local_id,
|
||||
data: {
|
||||
if expr.span.at_least_rust_2024() && tcx.features().if_let_rescope() {
|
||||
if expr.span.at_least_rust_2024() {
|
||||
region::ScopeData::IfThenRescope
|
||||
} else {
|
||||
region::ScopeData::IfThen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue