Sign in
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
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
>()
{
}