mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-14 07:52:56 +00:00
Change `tag_field` to `FieldIdx` in `Variants::Multiple` It was already available as a generic parameter anyway, and it's not like we'll ever put a tag in the 5-billionth field. This is a first part of pulling smaller pieces out of rust-lang/rust#138759, so r? workingjubilee
For more information about how rustc works, see the rustc dev guide.