]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107692 - Swatinem:printsizeyield, r=compiler-errors
authorMatthias Krüger <matthias.krueger@famsik.de>
Mon, 6 Feb 2023 20:16:41 +0000 (21:16 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Feb 2023 20:16:41 +0000 (21:16 +0100)
commita5288a7803e52d75d9101bb47225b187fd88272f
tree0d9c4fedb5034fcdee780c1b24f538f2eddd7179
parent64db7fb115d93672649635b67e94193117e64e02
parentdae00152e7d95c98a085d56583415551acb9151c
Rollup merge of #107692 - Swatinem:printsizeyield, r=compiler-errors

Sort Generator `print-type-sizes` according to their yield points

Especially when trying to diagnose runaway future sizes, it might be more intuitive to sort the variants according to the control flow (aka their yield points) rather than the size of the variants.