>
> 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

Reply via email to