rust/src/test/run-pass/issue-2414-c.rs
Tim Chevalier e5a5fc2029 Allow impls to be re-exported
It was a little hard for me to believe, but it seems that re-exporting
an impl doesn't work at a, because encoder::encode_info_for_mod requires
that all the impls in the current module's impl map be local (that is,
bound to a value in the current crate's item map). Fixed it.

Closes #2414.
2012-06-13 15:52:00 -07:00

8 lines
94 B
Rust

// xfail-fast
// aux-build:issue-2414-a.rs
// aux-build:issue-2414-b.rs
use b;
fn main() {}