Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
default-impl.rs
blob: 2ba9c4ab5ad9b559cec546d90af4a6fc158aaa4d [
file
] [
log
] [
blame
] [
edit
]
//@ 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
>()
{
}