On Wed, Jul 24, 2013 at 12:51 PM, Matthieu Monrocq <[email protected]> wrote: > It could be. > > If it is not, it may be that Option needs some love at the CodeGen level to > make it so :) > > -- Matthieu.
It's a known issue for enums in general. The `Option` type is entirely a library feature, and isn't special-cased by the compiler. https://github.com/mozilla/rust/issues/1647 _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
