This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
12c32e944d
rust
/
src
/
test
/
auxiliary
/
issue-2414-b.rs
8 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
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 17:46:57 -05:00
// xfail-fast
#[
link(name =
"
b
"
, vers =
"
0.1
"
)
]
;
#[
crate_type =
"
lib
"
]
;
Convert 'use' to 'extern mod'. Remove old 'use' syntax
2012-09-11 19:46:20 -05:00
extern
mod
a
;
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 17:46:57 -05:00
Reference in New Issue
Copy Permalink