rust-lang / book

The Rust Programming Language
https://doc.rust-lang.org/book/
Other
14.94k stars 3.38k forks source link

Discuss destructuring assignment? #2956

Open varkor opened 2 years ago

varkor commented 2 years ago

When https://github.com/rust-lang/rust/pull/90521 is merged, destructuring assignment will be stable in Rust. There is currently a section on destructuring pattern matching in Chapter 18.3. Would it be worth adding a paragraph, or a few sentences, mentioning destructuring assignment?

chriskrycho commented 5 months ago

I have tentatively tagged this for our updates for the 2024 edition. It should probably be doable in a very small amount of text—just a sentence or two and a single code sample.