You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example should print "Type::Byte" but instead prints "Type::Struct". Calling ty_to_type! directly on u8 works, as does having forwards! receive a tt rather than a ty.
Example: http://is.gd/y5Wa67
This example should print "Type::Byte" but instead prints "Type::Struct". Calling
ty_to_type!directly onu8works, as does havingforwards!receive attrather than aty.