Sign in
◑
Theme
rust
/
rust
/
6ce8f07da0685f389bb4de75ce8abbbcce02e2eb
/
.
/
tests
/
rustdoc-html
/
impl
/
default-impl.rs
blob: 2ba9c4ab5ad9b559cec546d90af4a6fc158aaa4d [
file
]
//@ 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
>()
{
}