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