Implement derived type descriptors in rustc

946a351
Opened by Graydon Hoare at 2011-02-18 18:38:07

Rustc doesn't know how to do derived type descriptors. This is necessary for generic objects and closures (the tydesc for the captured body has a derived type).

  1. Fixed in 2b669008a8bcfcf0d1ed41cecd243e59cded4ded.

    Graydon Hoare at 2011-02-18 18:38:07