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. |
||
|---|---|---|
| .. | ||
| attr.rs | ||
| classify.rs | ||
| comments.rs | ||
| common.rs | ||
| eval.rs | ||
| lexer.rs | ||
| obsolete.rs | ||
| parser.rs | ||
| prec.rs | ||
| token.rs | ||