mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
98da8e60eb
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