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. |
||
|---|---|---|
| .. | ||
| macro_parser.rs | ||
| macro_rules.rs | ||
| transcribe.rs | ||