Closed
Description
libcore has structural records removed for the most part (thanks to @erickt 's heroic work!) but a few modules still have it enabled because the pipes code generates code with structural records. I'm a little afraid to fix the pipes compiler (I'm not sure how to make it generate new names for struct types), but could with some help.
The extfmt code also needs to be changed to not generate structural records.
Finally (for now), libstd needs to have records removed as well.