> Is it possible to use stuff from libextra within libstd?
> It seems to me that it would set up a circular dependency

Even if it was possible technically, probably not a good idea from a
maintenance perspective to have such dependencies.

On 4 November 2013 07:10, Martin DeMello <martindeme...@gmail.com> 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
> _______________________________________________
> Rust-dev mailing list
> Rust-dev@mozilla.org
> https://mail.mozilla.org/listinfo/rust-dev
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to