----- Original Message -----
> From: "Graydon Hoare" <[email protected]>
> To: [email protected]
> Sent: Thursday, February 9, 2012 11:48:11 AM
> Subject: [rust-dev] RFC: glob exports (bug 1238)
> 
> I don't think this is terribly contentious, but worth checking: A bug
> dylukes opened back in december is definitely biting my progress (on
> the
> same area it was biting him, of course): exporting by glob. In
> particular, some combination of importing stuff from a submodule and
> re-exporting
> 
> https://github.com/mozilla/rust/issues/1238
> 
> Anyone mind if I implement it? It's a pretty direct generalization of
> what we permit for imports. Should just make organizing library code
> a
> little less arduous.

I agree. Something like this is the easiest way to do what you are trying to do 
with libc, and will make the float/f32, etc. situation better.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to