mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
a34b8dec69
Rather than doing it top-down, with a known expected type, we will now simply establish the appropriate constraints between the pattern and the expression it destructures. Closes #8783. Closes #10200.