I have this crate file and an error: https://gist.github.com/z0w0/4745195
It only happens when I try to re-export all the pub items in a module in the crate using `pub use some_mod::*;` - the only way to do it successfully is to explicitly use all the items in each module which is a horrible alternative considering in one module I need to rexport over 200 variants of a key symbol enum. Am I doing this wrong or is this a bug? I've mentioned this on IRC before but I don't remember getting an answer.
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
