Erick Tryzelaar b96af73159 turn ast::ident into a struct
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.
2012-09-26 16:20:24 -07:00
..
2012-09-26 16:20:24 -07:00
2012-09-26 16:20:24 -07:00
2012-09-26 16:20:24 -07:00
2012-09-23 17:15:00 -07:00
2012-09-23 17:15:00 -07:00
2012-09-26 16:20:24 -07:00