mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
1998cf76a8
ensure we always print all --print options in help Closes #137853 Refactors the PRINT_KINDS map into a public const so we always print every option for print. the list is quite long now, and idk if long term we want to keep printing all these options from --help.