Right now Z flags are implemented using a bit flag stored in a uint, which is only reliably 32 bits on the platforms we use. We could extend it to a u64, or we could use an enum, but we can't continue doing this, because https://github.com/mozilla/rust/pull/8955 uses the last available bit. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
- [rust-dev] Out of -Z flags Corey Richardson
- Re: [rust-dev] Out of -Z flags Niko Matsakis
