Filed under https://github.com/mozilla/rust/issues/8505.
I'd be interested in taking a crack at fixing this myself (provided it's not going to be a huge fix). Any pointers in where to look? Thanks, Joshua On 13 August 2013 22:38, Joshua Warner <[email protected]> wrote: > The error is certainly nasty and shouldn't happen like that, but yes, >> there was something wrong with what you did: the module columbus isn't >> public. Change `mod columbus` to `pub mod columbus` and it'll work. >> > > Thanks. That worked perfectly. It sounds like the bug is that this ended > up being a link-time error rather than a compile-time one. I'll file it as > such. > > -Joshua >
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
