Sign in
android
/
toolchain
/
rustc
/
5139364148b53d79de1b5e778004d41a6a33a4a2
/
.
/
tests
/
rustdoc
/
default-impl.rs
blob: f11b3b29b93728aa0f79b1f0dfce2363fb622177 [
file
] [
log
] [
blame
]
// aux-build:rustdoc-default-impl.rs
// ignore-cross-compile
extern
crate rustdoc_default_impl
as
foo
;
pub
use
foo
::
bar
;
pub
fn
wut
<
T
:
bar
::
Bar
>()
{
}