On Mon, Nov 4, 2013 at 2:10 AM, Martin DeMello <[email protected]>wrote:
> I've been looking at https://github.com/mozilla/rust/issues/6085 which > seems like it should be fairly simple to fix, however, the proposed > solution involves EnumSet from libextra. > > Is it possible to use stuff from libextra within libstd? It seems to > me that it would set up a circular dependency, though that could just > be my misunderstanding the rust compilation model. If it is possible, > how would I do it? If not, what would be the proper fix for issue > #6085? > > martin > No, it's not possible to use `libextra` within `libstd`. I think for now it might be best to define the flag type manually, and factor out the duplication with other flag types later.
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
