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