Skip to content

Commit 4908220

Browse files
authored
Rollup merge of rust-lang#90521 - jhpratt:stabilize-destructuring_assignment, r=jackh726,pnkfelix
Stabilize `destructuring_assignment` Closes rust-lang#71126 - [Stabilization report](rust-lang#71126 (comment)) - [Completed FCP](rust-lang#71126 (comment)) `@rustbot` label +F-destructuring-assignment +T-lang Also needs +relnotes but I don't have permission to add that tag.
2 parents 7d3f667 + 5d341ef commit 4908220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alloc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
#![feature(cfg_target_has_atomic)]
137137
#![feature(const_fn_trait_bound)]
138138
#![feature(const_trait_impl)]
139-
#![feature(destructuring_assignment)]
139+
#![cfg_attr(bootstrap, feature(destructuring_assignment))]
140140
#![feature(dropck_eyepatch)]
141141
#![feature(exclusive_range_pattern)]
142142
#![feature(fundamental)]

0 commit comments

Comments
 (0)