mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
b96af73159
This will help with the auto_serialize2 migration. We have to change ident from a type alias to uint into a unique type. We need to use a struct instead of a "enum ident = token::str_num" because structs support constants, but newtypes do not.