mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
257b4947ed
Remove unsizing coercions for tuples See https://github.com/rust-lang/rust/issues/42877#issuecomment-2686010847 and below comments for justification. Tracking issue: #42877 Fixes: #135217