Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh726,pnkfelix
Stabilize `destructuring_assignment` Closes #71126 - [Stabilization report](https://github.com/rust-lang/rust/issues/71126#issuecomment-941148058) - [Completed FCP](https://github.com/rust-lang/rust/issues/71126#issuecomment-954914819) `@rustbot` label +F-destructuring-assignment +T-lang Also needs +relnotes but I don't have permission to add that tag.
This commit is contained in:
commit
d258e92900
49 changed files with 64 additions and 383 deletions
|
@ -136,7 +136,7 @@
|
|||
#![feature(cfg_target_has_atomic)]
|
||||
#![feature(const_fn_trait_bound)]
|
||||
#![feature(const_trait_impl)]
|
||||
#![feature(destructuring_assignment)]
|
||||
#![cfg_attr(bootstrap, feature(destructuring_assignment))]
|
||||
#![feature(dropck_eyepatch)]
|
||||
#![feature(exclusive_range_pattern)]
|
||||
#![feature(fundamental)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue