Skip to content

Commit 5d341ef

Browse files
committed
Stabilize destructuring_assignment
1 parent 3ba3b27 commit 5d341ef

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
@@ -137,7 +137,7 @@
137137
#![feature(cfg_target_has_atomic)]
138138
#![feature(const_fn_trait_bound)]
139139
#![feature(const_trait_impl)]
140-
#![feature(destructuring_assignment)]
140+
#![cfg_attr(bootstrap, feature(destructuring_assignment))]
141141
#![feature(dropck_eyepatch)]
142142
#![feature(exclusive_range_pattern)]
143143
#![feature(fundamental)]

0 commit comments

Comments
 (0)