2015-04-06 15:49:30 -05:00
|
|
|
// aux-build:rustdoc-default-impl.rs
|
2015-04-22 17:22:36 -05:00
|
|
|
// ignore-cross-compile
|
2015-04-06 15:49:30 -05:00
|
|
|
|
|
|
|
extern crate rustdoc_default_impl as foo;
|
2015-03-12 21:15:52 -05:00
|
|
|
|
|
|
|
pub use foo::bar;
|
|
|
|
|
|
|
|
pub fn wut<T: bar::Bar>() {
|
|
|
|
}
|