Closed
Description
The TyVisitor
impl in core::repr
assumes it knows how enums are laid out, and can determine this based only on the number of variants. This will break if we want to do anything interesting with representations. In particular, this blocks #1271 (nullable pointers, which I have mostly implemented aside from this) and #1647 (smaller discriminants).
Activity
auto merge of #5778 : jld/rust/reflect-abstract-enum, r=graydon
graydon commentedon Apr 19, 2013
closed by 3809a04
Auto merge of rust-lang#5652 - rust-lang:flip1995-patch-1, r=yaahc